StringSegmentInequality Operator
Determines whether two specified
StringSegment instances have different values.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.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 inequality check.
- b StringSegment
- The right argument of the inequality check.
BooleanThe result of the inequality check.