MimeTypeInfoGetHashCode(Boolean) Method

Creates a hash code for this instance and allows to specify whether or not the Parameters are taken into account.

Definition

Namespace: FolkerKinzel.MimeTypes
Assembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 1.0.0+f3b40d3afc4889b7965c4b49093672628a3624fe
C#
public int GetHashCode(
	bool ignoreParameters
)

Parameters

ignoreParameters  Boolean
Pass false to take the Parameters into account; true, otherwise.

Return Value

Int32
The hash code.

See Also