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.Buildah.
Summary
Compares this instance to another instance of
BuildahArgument
.
- Assembly
- Cake
.Buildah .dll - Namespace
- Cake
.Buildah - Containing Type
- BuildahArgument
Syntax
public bool Equals(BuildahArgument other)
Parameters
Name | Type | Description |
---|---|---|
other | BuildahArgument | the other instance of BuildahArgument to compare to. |
Return Value
Type | Description |
---|---|
bool | true if match, false if not. |