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.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
Parameters
- obj
- Type: Object
Can be any type of object. String, Aerospike AerospikeKey or Value, or an AsRecord instance.