Method | Description | |
---|---|---|
Equals ( |
Determines whether the specified Consumer is equal to the current Consumer.
|
|
Equals ( object obj ) : bool |
Determines whether the specified System.Object is equal to the current Consumer.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a Consumer.
|
|
ToString ( ) : string |
Returns a System.String that represents the current Consumer.
|
public Equals ( |
||
consumer | The |
|
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |