Beispiel #1
0
 public bool Equals(FubuWorldKeys other)
 {
     return(other.Key.Equals(Key));
 }
Beispiel #2
0
 public bool Equals(FubuWorldKeys other)
 {
     return other.Key.Equals(Key);
 }