ActiveReports 13
Equals(Color) Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Color Structure > Equals Method : Equals(Color) Method
The instance of Color to compare.
Determines whether the specified instance of Color is equal to this instance
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal obj As Color _
) As Boolean
public bool Equals( 
   Color obj
)

Parameters

obj
The instance of Color to compare.

Return Value

True, if these instances are equal, false otherwise.
See Also

Reference

Color Structure
Color Members
Overload List