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. |
true if the segments are not equal; false otherwise.