DefinitionalObjectGetDefinitionHashCode Method |
| Name | Description | |
|---|---|---|
| GetDefinitionHashCode |
Gets a hash code representing the definition of this object.
| |
| GetDefinitionHashCode(Boolean) |
Gets a hash code safely.
This overload simply calls GetHashCode and is provided for convenience.
| |
| GetDefinitionHashCode(Double) |
Gets a hash code safely.
This overload simply calls GetHashCode and is provided for convenience.
| |
| GetDefinitionHashCodeT(T) |
Gets a hash code safely.
If the specified object is , a valid hash code is still returned.
| |
| GetDefinitionHashCode(IEquatableDefinition) |
Gets a hash code safely.
If the specified object is , a valid hash code is still returned.
| |
| GetDefinitionHashCode(Int32) |
Gets a hash code safely.
This overload simply calls GetHashCode and is provided for convenience.
|