Example #1
0
 protected bool Equals(ObjectVertex other)
 {
     return string.Equals(Sha, other.Sha);
 }
Example #2
0
 protected bool Equals(ObjectVertex other)
 {
     return(string.Equals(Sha, other.Sha));
 }