Summary
Equals-method for the SemVersion class.
- Namespace
- Cake
.Common - Containing Type
- SemVersion
Syntax
public override bool Equals(object obj)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | object | the other SemVersion want to test equality to. |
Return Value
| Type | Description |
|---|---|
| bool | A boolean indicating whether the objecst we're equal or not. |
