Click or drag to resize

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
Syntax
C#
public bool Equals(
	BinaryString? other
)

Parameters

other
Type: Demo3D.IOBinaryString
A string to compare.

Return Value

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

Implements

IEquatableTEquals(T)
See Also