Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

ARecord..::..Equals Method (Object)

Return true if object matches this record's AerospikeKey. If a string and the key is not present, the string's digest is calculated and used to match the digest of this object. Note that if it is an AerospikeRecord it is based on the digest and generation. You can bypass this by just using the Key.

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


public bool Equals(
	Object obj
)

Parameters

obj
Type: Object
Can be any type of object. String, Aerospike AerospikeKey or Value, or an AsRecord instance.

Return Value

True if obj matches key.