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