Click or drag to resize

BinaryString Methods

The BinaryString type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
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.
Public methodEquals(BinaryString)
Indicates whether the current BinaryString is equal to another string.
Public methodEquals(Object)
Indicates whether the current BinaryString is equal to another string.
(Overrides ObjectEquals(Object).)
Public methodEquals(String)
Indicates whether the current BinaryString is equal to another string.
Public methodGetHashCode
The default hash code.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns the current string value.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodLaunchChar(FuncChar, IEnumerable)Overloaded. (Defined by TaskExt.)
Public Extension MethodLaunchByte(FuncByte, IEnumerable)Overloaded. (Defined by TaskExt.)
Public Extension MethodSequenceChar(FuncChar, IEnumerable)Overloaded. (Defined by TaskExt.)
Public Extension MethodSequenceByte(FuncByte, IEnumerable)Overloaded. (Defined by TaskExt.)
Top
See Also