StringSegment Equality operator

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.

Return Value

true if the segments are equal; false otherwise.

See Also