public override int GetHashCode() { return(_features.GetHashCode() ^ _parameters.GetHashCode() ^ _properties.GetHashCode() ^ _declaredNamespaces.GetHashCode()); }
public override int GetHashCode() { return(Name?.GetHashCode() ?? 0 ^ Constrained?.GetHashCode() ?? 0 ^ _properties.GetHashCode() ^ _scoredProperties.GetHashCode()); }
public override int GetHashCode() { return(Name.GetHashCode() ^ _options.GetHashCode() ^ _properties.GetHashCode() ^ _features.GetHashCode()); }
public override int GetHashCode() { return(Name.GetHashCode() ^ Value?.GetHashCode() ?? 0 ^ ParameterRef?.GetHashCode() ?? 0 ^ _scoredProperties.GetHashCode() ^ _properties.GetHashCode()); }
public override int GetHashCode() { return(Name.GetHashCode() ^ Value?.GetHashCode() ?? 0 ^ _properties.GetHashCode()); }