public override bool IsChildOf(TermNode_ObsoleteV1 AnotherTermNode) { if (!(AnotherTermNode is TermNodeWithGuid_ObsoleteV1)) { return(GetSubject().IsSubsetOf(AnotherTermNode.GetSubject())); } else { return(this.Parents.Contains(((TermNodeWithGuid_ObsoleteV1)AnotherTermNode).GUID)); } }
public virtual bool OverlapsWithoutInclusion(TermNode_ObsoleteV1 AnotherTermNode) { return(GetSubject().OverlapsWithoutInclusion(AnotherTermNode.GetSubject())); }
public virtual bool Overlaps(TermNode_ObsoleteV1 AnotherTermNode) { return(GetSubject().Overlaps(AnotherTermNode.GetSubject())); }
public virtual bool IsChildOf(TermNode_ObsoleteV1 AnotherTermNode) { return(GetSubject().IsSubsetOf(AnotherTermNode.GetSubject())); }