StringSegmentEquality Operator
Determines whether two specified
StringSegment instances have the same value.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static bool operator ==(
StringSegment a,
StringSegment b
)
Public Shared Operator = (
a As StringSegment,
b As StringSegment
) As Boolean
public:
static bool operator ==(
StringSegment a,
StringSegment b
)
static let inline (=)
a : StringSegment *
b : StringSegment : bool
- a StringSegment
- The left argument of the equality check.
- b StringSegment
- The right argument of the equality check.
BooleanThe result of the equality check.