Click or drag to resize

BinaryStringEquals Method (Object)

Indicates whether the current BinaryString is equal to another string.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public override bool Equals(
	Object? other
)

Parameters

other
Type: SystemObject
A string to compare.

Return Value

Type: Boolean
True if the cyrrent string is equal to the other string.
See Also