Checksum.Equals Method
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9313)
Equals(Object)
Returns a value indicating whether the specified object is equal to this checksum.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | obj | Object to compare with this instance. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the two instances are same type and represent the same checksum. |