StringSegmentEquals(StringSegment) Method

Indicates whether the current StringSegment instance is equal to another one specified in the other parameter.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public bool Equals(
	StringSegment other
)

Parameters

other  StringSegment
A StringSegment instance to compare with this instance.

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)

See Also