コード例 #1
0
 public bool Equals(PathSetConfig other)
 {
     return(Path == other.Path &&
            ItemType == other.ItemType &&
            ParamType == other.ParamType &&
            ValueType == other.ValueType);
 }
コード例 #2
0
 public int GetHashCode(PathSetConfig obj) => obj.GetHashCode();
コード例 #3
0
 public bool Equals(PathSetConfig x, PathSetConfig y) => x.Equals(y);