Operator operator !=
operator !=(AOVRequest, AOVRequest)
Compares if two AOV requests have the same settings.
Declaration
public static bool operator !=(AOVRequest a, AOVRequest b)
Parameters
Type | Name | Description |
---|---|---|
AOVRequest | a | The first AOVRequest to compare. |
AOVRequest | b | The second AOVRequest to compare. |
Returns
Type | Description |
---|---|
bool | True if the two AOV requests have not the same settings. |