Click or drag to resize

BinaryStringEquals Method (String)

Indicates whether the current BinaryString is equal to another string.

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

Parameters

other
Type: SystemString
A string to compare.

Return Value

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

Implements

IEquatableTEquals(T)
See Also