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