Operator Equality
| Improve this Doc View SourceEquality(Binary, Binary)
Describes the equality relationship between two binary objects.
Declaration
public static bool operator ==(Binary binary1, Binary binary2)
Parameters
Type | Name | Description |
---|---|---|
Binary | binary1 | First binary object. |
Binary | binary2 | Second binary object. |
Returns
Type | Description |
---|---|
System.Boolean | true if the binary objects are equal; otherwise false. |