Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

ARecord..::..Equals Method

Overload List


  Name Description
Public method Equals(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.
Public method Equals(ARecord)
Determine if the records are equal based on there digest, and generation.
Public method Equals(Key)
Determines if the Aerospike Primary Key is the same as this record's.
Public method Equals(String)
True if the record matches the primaryKey. This works even if the key is not present in he AerospikeKey instance (Key) (KEY_SEND is false).
Public method Equals(Value)
Determines if the Aerospike Value matches this record's primary key.
Public method Equals(AValue)
Determines if the Aerospike AValue matches this record's primary key.
Public method Equals(ARecord, ARecord)