Byte..::..CompareTo Method (Byte)
Compares this instance to a specified 8-bit unsigned integer and returns an indication of their relative values.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public int CompareTo( byte other )
<TemplateAttribute> _ Public Function CompareTo ( _ other As Byte _ ) As Integer
[TemplateAttribute] public: int^ CompareTo( unsigned char^ other )
Parameters
- other
- Type: System..::..Byte