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

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