コード例 #1
0
 public bool Equals(KeyCodeVariable other)
 {
     return(Value == other.Value);
 }
コード例 #2
0
 public void Set(KeyCodeVariable a)
 {
     Value = a.Value;
 }