protected bool Equals(Beacon other) { return Uuid.Equals(other.Uuid) && Major == other.Major && Minor == other.Minor && Coordinate.Equals(other.Coordinate); }
protected bool Equals(Beacon other) { return(Uuid.Equals(other.Uuid) && Major == other.Major && Minor == other.Minor && Coordinate.Equals(other.Coordinate)); }