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