Inheritance: AbstractNode, IFragment, IHaveSelectionSet
Ejemplo n.º 1
0
 protected bool Equals(InlineFragment other)
 {
     return(Equals(Type, other.Type));
 }
 protected bool Equals(InlineFragment other)
 {
     return Equals(Type, other.Type);
 }