StringSegmentInequality Operator

Determines whether two specified StringSegment instances have different values.

Definition

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

Parameters

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

Return Value

Boolean
The result of the inequality check.

See Also