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