Ejemplo n.º 1
0
        public override int GetHashCode()
        {
            int hashPrimaryKeyValue = PrimaryKeyValue.GetHashCode();
            int hashChangeOperation = _ChangeOperation.GetHashCode();

            return(hashPrimaryKeyValue ^ hashChangeOperation);
        }