Operator operator !=
operator !=(ContentDirectory, ContentDirectory)
Determines whether two ContentDirectory instances are not 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 the instances are not equal; otherwise, false. |