'Usage
Dim instance As ThemeColor Dim obj As Object Dim value As Boolean value = instance.Equals(obj)
Parameters
- obj
- The ThemeColor that will be compared to the current ThemeColor.
Return Value
Returns true if the obj received is equal to the current ThemeColor; returns false otherwise.