示例#1
0
 protected bool Equals(PropertyOption other)
 {
     return(string.Equals(Property, other.Property) && Equals(Value, other.Value));
 }
示例#2
0
 protected bool Equals(PropertyOption other)
 {
     return string.Equals(Property, other.Property) && Equals(Value, other.Value);
 }