Compares two string segments for equality.
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 equal; false otherwise.