Click or drag to resize

BinaryStringEquals(BinaryString) Method

Indicates whether the current BinaryString is equal to another string.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntax
C#
public bool Equals(
	BinaryString? other
)

Parameters

other  BinaryString
A string to compare.

Return Value

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

Implements

IEquatableTEquals(T)
See Also