public override int GetHashCode() { if (CatalogId == 0) { return(base.GetHashCode()); } return(CatalogId.GetHashCode()); }
public override int GetHashCode() { return(CatalogId.GetHashCode()); }