StringSegment Inequality operator

Compares two string segments for inequality.

public static bool operator !=(StringSegment segmentA, StringSegment segmentB)
parameter description
segmentA The first string segment.
segmentB The second string segment.

Return Value

true if the segments are not equal; false otherwise.

See Also