BEPUphysics.NarrowPhaseSystems.Pairs.ContactInformation.Equals C# (CSharp) Method

Equals() public method

public Equals ( other ) : bool
return bool
        public bool Equals(ContactInformation other)
        {
            return other.Contact == Contact;
        }
    }
ContactInformation