Ejemplo n.º 1
0
        public override int GetHashCode()
        {
            var hash = 13;

            hash = hash * 7 + ScopeObjectId.GetHashCode();
            hash = hash * 7 + ScopeObjectType.GetHashCode();
            return(hash);
        }
Ejemplo n.º 2
0
 protected bool PropertiesAreEqual(ScopeReference other)
 {
     return(ScopeObjectId.Equals(other.ScopeObjectId) && ScopeObjectType.Equals(other.ScopeObjectType));
 }