Operator operator ==
operator ==(AOVRequest, AOVRequest)
Compares if two AOV requests have the same settings.
선언
public static bool operator ==(AOVRequest a, AOVRequest b)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AOVRequest | a | The first AOVRequest to compare. |
AOVRequest | b | The second AOVRequest to compare. |
반환
타입 | 설명 |
---|---|
bool | True if the two AOV requests have the same settings. |