示例#1
0
 public bool Equals(ObjectInfoId other)
 {
     return(string.Equals(Value, other.Value));
 }
示例#2
0
 public bool Equals(ObjectInfoId other)
 {
     return string.Equals(Value, other.Value);
 }