BinaryStringEquals(Object) 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 override bool Equals(
Object? other
)
Parameters
- other Object
- A string to compare.
Return Value
BooleanTrue if the cyrrent string is equal to the other string.
See Also