Method | Description | |
---|---|---|
Equals ( |
Determines whether the specified MimeTypes is equal to the current MimeTypes.
|
|
Equals ( object obj ) : bool |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
|
operator ( ) : bool |
Method | Description | |
---|---|---|
MimeTypes ( string value ) |
Initializes a new instance of the MimeTypes class.
|
public Equals ( |
||
other |
/// The |
|
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current object. |
return | bool |