Method | Description | |
---|---|---|
Equals ( |
Bepaald of het gegeven modelbase object gelijk is aan dit modelbase object.
|
|
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.
|
|
operator ( ) : bool |
Inequality operator so we can have != semantics
|
public Equals ( |
||
modelBase | Het modelbase object. | |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |