StringSegmentComparerEquals(StringSegment, StringSegment) Method

When overridden in a derived class, indicates whether two StringSegment instances are equal.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public abstract bool Equals(
	StringSegment x,
	StringSegment y
)

Parameters

x  StringSegment
A StringSegment to compare to y.
y  StringSegment
A StringSegment to compare to x.

Return Value

Boolean
if x and y are equal; otherwise, .

Implements

IEqualityComparerTEquals(T, T)

See Also