Operator operator !=
operator !=(MarkerDrawOptions, MarkerDrawOptions)
Compares two MarkerDrawOptions
objects.
Declaration
public static bool operator !=(MarkerDrawOptions options1, MarkerDrawOptions options2)
Parameters
Type | Name | Description |
---|---|---|
MarkerDrawOptions | options1 | The first object. |
MarkerDrawOptions | options2 | The second object. |
Returns
Type | Description |
---|---|
bool | Returns true if they are not equal. |