Method Equals
Equals(Hash128)
Determines whether a hash is equal to this hash.
Declaration
public bool Equals(Hash128 obj)
Parameters
Type | Name | Description |
---|---|---|
Hash128 | obj | The hash to compare with this hash. |
Returns
Type | Description |
---|---|
bool | Whether the two hashes are equal. |
Equals(object)
Determines whether some object is equal to this hash.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare with this one. |
Returns
Type | Description |
---|---|
bool | Whether the two hashes are equal. |