3 references to Length
System.Drawing.Common (3)
System\Drawing\CharacterRange.cs (3)
41
public readonly bool Equals(CharacterRange other) => First == other.First &&
Length
== other.
Length
;
47
public override readonly int GetHashCode() => HashCode.Combine(First,
Length
);