コード例 #1
0
ファイル: PropertyOption.cs プロジェクト: nagyistge/OmniXAML
 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);
 }