Summary
Returns a value that indicates whether this instance is equal to a specified object.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Versions - Containing Type
- Mercurial
Version Attribute
Syntax
public override bool Equals(object obj)
Parameters
Name | Type | Description |
---|---|---|
obj | object |
An object to compare with this instance or null.
|
Return Value
Type | Description |
---|---|
bool | true if obj equals the type and value of this instance; otherwise, false. |