Esempio n. 1
0
 public override bool Equals(object other)
 {
     return(LocationHelper.DoEquals((ILocation)this, other));
 }
Esempio n. 2
0
 public bool Equals(ILocation other)
 {
     return(LocationHelper.DoEquals((ILocation)this, other));
 }