Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     return(EntId.GetHashCode());
 }
Ejemplo n.º 2
0
 public bool Equals(ISppElement other)
 {
     return(other != null && EntId.Equals(other.EntId));
 }