Compares this transaction to the specified object.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override bool Equals(
Object other
)
Parameters
- other
- Type: SystemObject
other the other transaction
Return Value
Type:
Booleantrue if this transaction is equal to
other; false otherwise
See Also