ARecord..::..Equals Method
Overload List
Name | Description | |
---|---|---|
![]() |
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.
|
![]() |
Equals(ARecord) |
Determine if the records are equal based on there digest, and generation.
|
![]() |
Equals(Key) |
Determines if the Aerospike Primary Key is the same as this record's.
|
![]() |
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).
|
![]() |
Equals(Value) |
Determines if the Aerospike Value matches this record's primary key.
|
![]() |
Equals(AValue) |
Determines if the Aerospike AValue matches this record's primary key.
|
![]() |
Equals(ARecord, ARecord) |