Inheritance: AbstractNode, IFragment, IHaveSelectionSet
コード例 #1
0
 protected bool Equals(InlineFragment other)
 {
     return(Equals(Type, other.Type));
 }
コード例 #2
0
 protected bool Equals(InlineFragment other)
 {
     return Equals(Type, other.Type);
 }