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