Beispiel #1
0
 public bool Equals(IGraphNode other)
 {
     // ReSharper disable once PossibleNullReferenceException - NOTE: "null" value ignored on purpose.
     return(Name() == other.Name());
 }