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