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