Inequality Operator (MySqlGuid)
In This Topic
Returns an indication whether the values of two specified MySqlGuid objects are not equal.
Syntax
Parameters
- a
- A MySqlGuid object.
- b
- A MySqlGuid object.
Return Value
True if a and b are different; otherwise, false.
See Also