Inheritance: XInline
示例#1
0
 protected bool Equals(XItalic other)
 {
     return
         base.Equals(other) &&
         Equals(textBinding != null ? textBinding.Path : null, other.textBinding != null ? other.textBinding.Path : null);
 }
示例#2
0
 protected bool Equals(XItalic other)
 {
     return
         (base.Equals(other) &&
          Equals(textBinding != null ? textBinding.Path : null, other.textBinding != null ? other.textBinding.Path : null));
 }