/// <summary> /// Returns a hash code for this instance. /// </summary> /// <returns> /// An integer that specifies a hash value for this instance. /// </returns> /// <remarks> /// The hash code returned is that of the Schema property, /// since the other properties are effectively derivatives /// of this property. /// </remarks> public override int GetHashCode() { return(SchemaString.GetHashCode()); }