Operator Inequality
| Improve this Doc View SourceInequality(Binary, Binary)
Describes the inequality relationship between two binary objects.
Declaration
public static bool operator !=(Binary binary1, Binary binary2)
Parameters
Type | Name | Description |
---|---|---|
Binary | binary1 | The first binary object. |
Binary | binary2 | The second binary object. |
Returns
Type | Description |
---|---|
System.Boolean | true if the binary objects are not equal; otherwise false. |