public override int GetHashCode() { return(EntId.GetHashCode()); }
public bool Equals(ISppElement other) { return(other != null && EntId.Equals(other.EntId)); }