Beispiel #1
0
 public bool Equals(Synset <TLinkKind> other) => this == other;
Beispiel #2
0
 /// <summary>
 /// Returns a value indicating whether the current Synset directly links to the given Synset.
 /// </summary>
 /// <param name="other">The Synset to find.</param>
 /// <returns> <c>true</c> if the current Synset directly links to given Synset; otherwise false.</returns>
 public bool DirectlyReferences(Synset <TLinkKind> other) => ReferencedSets.Contains(other.Id);