BeaconLib.BeaconLocation.Equals C# (CSharp) Метод

Equals() защищенный Метод

protected Equals ( BeaconLocation other ) : bool
other BeaconLocation
Результат bool
        protected bool Equals(BeaconLocation other)
        {
            return Equals(Address, other.Address);
        }

Same methods

BeaconLocation::Equals ( object obj ) : bool