BeaconLib.BeaconLocation.Equals C# (CSharp) Méthode

Equals() protected méthode

protected Equals ( BeaconLocation other ) : bool
other BeaconLocation
Résultat bool
        protected bool Equals(BeaconLocation other)
        {
            return Equals(Address, other.Address);
        }

Same methods

BeaconLocation::Equals ( object obj ) : bool