StringSegmentSplitOptionsInequality Operator

Determines whether two specified StringSegmentSplitOptions instances have different values.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public static bool operator !=(
	StringSegmentSplitOptions left,
	StringSegmentSplitOptions right
)

Parameters

left  StringSegmentSplitOptions
The left argument of the equality check.
right  StringSegmentSplitOptions
The right argument of the equality check.

Return Value

Boolean
The result of the inequality check.

See Also