MimeTypeGetHashCode(Boolean) Method
Creates a hash code for this instance and allows to specify whether or not
the
Parameters are taken into account.
Namespace: FolkerKinzel.MimeTypesAssembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 5.6.0+6976b8f96f59170e54fb7f8a4989b77d09f9b1c0
public int GetHashCode(
bool ignoreParameters
)
Public Function GetHashCode (
ignoreParameters As Boolean
) As Integer
public:
int GetHashCode(
bool ignoreParameters
)
member GetHashCode :
ignoreParameters : bool -> int
- ignoreParameters Boolean
- Pass false to take the Parameters
into account; true, otherwise.
Int32The hash code.