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