StringSegmentEquality Operator

Determines whether two specified StringSegment instances have the same value.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public static bool operator ==(
	StringSegment a,
	StringSegment b
)

Parameters

a  StringSegment
The left argument of the equality check.
b  StringSegment
The right argument of the equality check.

Return Value

Boolean
The result of the equality check.

See Also