public bool Equals(FubuMVCWorldKeys other) { return other.Key.Equals(Key); }
public bool Equals(FubuMVCWorldKeys other) { return(other.Key.Equals(Key)); }