Пример #1
0
 public bool Equals(IGraphXVertex other)
 {
     if (other is null)
     {
         return(false);
     }
     return(ID == other.ID);
 }
Пример #2
0
 public bool Equals(IGraphXVertex other)
 {
     return this == other;
 }
Пример #3
0
 public bool Equals(IGraphXVertex other)
 {
     return(this == other);
 }
 public bool Equals(IGraphXVertex other)
 {
     return(Equals(this, other));
 }
Пример #5
0
 public bool Equals(IGraphXVertex other)
 {
     return Equals(this, other);
 }