Beispiel #1
0
 public bool Equals(FKey other)
 {
     return(keyName.Equals(other.keyName));
 }