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