Summary
Determines whether the specified
object is equal to this instance.
- Assembly
- Rocket
.Surgery .Build .Information .dll - Namespace
- Rocket
.Surgery .Build .Information - Containing Type
- GitVersion
Syntax
public override bool Equals(object obj)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | object | The object to compare with the current object. |
Return Value
| Type | Description |
|---|---|
| bool | true if the specified object is equal to this instance; otherwise, false. |
