BinaryStringEquals Method (BinaryString) |
Indicates whether the current BinaryString is equal to another string.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntaxpublic bool Equals(
BinaryString? other
)
Parameters
- other
- Type: Demo3D.IOBinaryString
A string to compare.
Return Value
Type:
BooleanTrue if the cyrrent string is equal to the other string.
Implements
IEquatableTEquals(T)
See Also