Method Equals
Equals(object)
Equality operator.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The AOV request to compare to. |
Returns
Type | Description |
---|---|
bool | True if the provided AOV request is equal to this. |