Operator operator ==
operator ==(ContentDirectory, ContentDirectory)
Determines whether two ContentDirectory instances are equal.
Declaration
public static bool operator ==(BuildLayout.ContentDirectory a, BuildLayout.ContentDirectory b)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildLayout.ContentDirectory | a | The first ContentDirectory to compare. |
| BuildLayout.ContentDirectory | b | The second ContentDirectory to compare. |
Returns
| Type | Description |
|---|---|
| bool | True if both instances are equal; otherwise, false. |