Name | Description | |
---|---|---|
Binary Constructor | Initializes a new instance of the Binary class. |
The following tables list the members exposed by Binary.
Name | Description | |
---|---|---|
Binary Constructor | Initializes a new instance of the Binary class. |
Name | Description | |
---|---|---|
Equals | Overloaded. Compares two Binary objects to determine if they are equal. | |
GetHashCode | Gets a hash code for the Binary instance. | |
ToArray | Returns an array of bytes that the current binary object stores. | |
ToString | Returns a System.String that represents the current binary object value. |
Equality | Determines whether two Binary values are equal. |
Greater Than | Compares two Binary structures to determine if the first is greater than the second. |
Greater Than or Equal | Compares two Binary objects to determine if the first is greater than or equal to the second. |
Implicit Type Conversion | Converts an array of bytes to a Binary object. |
Inequality | Determines whether two Binary values are not equal. |
Less Than | Compares two Binary structures to determine if the first is less than the second. |
Less Than or Equal | Compares two Binary objects to determine if the first is less than or equal to the second. |