Exemple #1
0
 public bool Equals(ILocation that)
 {
     return(LocationExtensions.Equals(this, that));
 }
Exemple #2
0
        public override bool Equals(object obj)
        {
            var that = obj as ILocation;

            return(LocationExtensions.Equals(this, that));
        }