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