Determines whether the specified instance of
Color is equal to this instance
'Declaration
Public Overloads Function Equals( _
ByVal As Color _
) As Boolean
public bool Equals(
Color
)
Parameters
- obj
- The instance of Color to compare.
Return Value
True, if these instances are equal, false otherwise.