BEPUphysics.NarrowPhaseSystems.Pairs.ContactInformation.Equals C# (CSharp) Méthode

Equals() public méthode

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