This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.GitLab.
Summary
Indicates whether the current object is equal to another object of the same type.
- Assembly
- Cake
.GitLab .dll - Namespace
- Cake
.GitLab - Containing Type
- ProjectConnection
Syntax
public virtual bool Equals(ProjectConnection other)
Attributes
Type | Description |
---|---|
Nullable |
Parameters
Name | Type | Description |
---|---|---|
other | ProjectConnection | An object to compare with this object. |
Return Value
Type | Description |
---|---|
bool | if the current object is equal to the other parameter; otherwise, . |