Equals Method (MySqlGuid)
In This Topic
Returns a value indicating whether this instance is equal to a specified object.
Syntax
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- The object to compare with this instance.
Return Value
True if obj is a MySqlGuid that has the same value as this instance; otherwise, false.
See Also