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

Method Equals

CSharp/Clipper2Lib/HashCode.cs:122–127  ·  view source on GitHub ↗
(object? obj)

Source from the content-addressed store, hash-verified

120 }
121
122 [Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", error: true)]
123 [EditorBrowsable(EditorBrowsableState.Never)]
124 public override bool Equals(object? obj)
125 {
126 throw new NotSupportedException($"{nameof(HashCode)}.{nameof(Equals)}() is not supported");
127 }
128#pragma warning restore CS0809 // Obsolete member overrides non-obsolete member
129 }
130}

Callers 3

AddPathMethod · 0.45
PathFromTriangleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected