StringSegmentComparerEquals(String, String) Method

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

Definition

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

Parameters

x  String
A string to compare to y.
y  String
A string to compare to x.

Return Value

Boolean
if x and y are equal; otherwise, .

Implements

IEqualityComparerTEquals(T, T)

See Also