Equals Method
Definition
Equals(object)
Determines whether the specified Object is equal to this instance.
public override bool Equals(object obj)
Parameters
Returns
Equals(HashResult)
Indicates whether the current object is equal to another object of the same type.
public virtual bool Equals(HashResult other)
Parameters
otherHashResultAn object to compare with this object.
Returns
- bool
trueif the current object is equal to the other parameter; otherwise,false.