protected bool Equals(Beacon other)
 {
     return Uuid.Equals(other.Uuid) && Major == other.Major && Minor == other.Minor && Coordinate.Equals(other.Coordinate);
 }
示例#2
0
 protected bool Equals(Beacon other)
 {
     return(Uuid.Equals(other.Uuid) && Major == other.Major && Minor == other.Minor && Coordinate.Equals(other.Coordinate));
 }