Box2DX.Collision.PairManager.Equals C# (CSharp) Method

Equals() private method

private Equals ( BufferedPair &pair1, BufferedPair &pair2 ) : bool
pair1 BufferedPair
pair2 BufferedPair
return bool
		private bool Equals(ref BufferedPair pair1, ref BufferedPair pair2)
		{
			return pair1.ProxyId1 == pair2.ProxyId1 && pair1.ProxyId2 == pair2.ProxyId2;
		}

Same methods

PairManager::Equals ( Pair pair, int proxyId1, int proxyId2 ) : bool