StringSegmentComparerEquals(Object, Object) Method

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

Definition

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

Parameters

x  Object
An object to compare to y.
y  Object
An object to compare to x.

Return Value

Boolean
if x and y refer to the same object, or x and y are both the same type of object and those objects are equal, or both x and y are ; otherwise, .

Implements

IEqualityComparerEquals(Object, Object)

See Also