3 references to Equals
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix3x2.cs (1)
588=> AsROImpl().Equals(in other.AsImpl());
src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix3x2.Impl.cs (2)
401=> (obj is Matrix3x2 other) && Equals(in other.AsImpl()); 439readonly bool IEquatable<Impl>.Equals(Impl other) => Equals(in other);