MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / GetHashCode

Method GetHashCode

CSharp/Clipper2Lib/Clipper.Core.cs:136–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 }
135
136 public readonly override int GetHashCode()
137 {
138 return HashCode.Combine(X, Y); //#599
139 }
140
141 }
142

Callers

nothing calls this directly

Calls 1

CombineMethod · 0.80

Tested by

no test coverage detected