Cake.Hg
Toggle side menu
Toggle side menu
API
Tag
.
Equals
(object)
Method
Summary
Determines whether the specified
object
is equal to the current
object
.
Assembly
Mercurial
.Net
.dll
Namespace
Mercurial
Containing Type
Tag
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 the current
object
; otherwise, false.