Method Equals
Equals(object)
Equality operator.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description | 
|---|---|---|
| object | obj | Bit array to compare to.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if the provided bit array is equal to this..  |