Click or drag to resize

BinaryStringCompareTo Method

Overload List
  NameDescription
Public methodCompareTo(BinaryString)
Compares the current instance with another BinaryString and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodCompareTo(String)
Compares the current instance with another string and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in alphabetical order.
Top
See Also