StringSegmentComparerEquals(StringSegment, StringSegment) Method
When overridden in a derived class, indicates whether two
StringSegment instances are equal.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public abstract bool Equals(
StringSegment x,
StringSegment y
)
Public MustOverride Function Equals (
x As StringSegment,
y As StringSegment
) As Boolean
public:
virtual bool Equals(
StringSegment x,
StringSegment y
) abstract
abstract Equals :
x : StringSegment *
y : StringSegment -> bool
- x StringSegment
- A StringSegment to compare to y.
- y StringSegment
- A StringSegment to compare to x.
Boolean if
x and
y are equal; otherwise,
.
IEqualityComparerTEquals(T, T)