Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Equality operator for Testing two color objects to see if they are equal.
Syntax
'Declaration
Public Shared Function op_Inequality ( _
a As Color, _
b As Color _
) As Boolean
public static bool op_Inequality (
Color a,
Color b
)
public:
static bool op_Inequality(
Color a,
Color b
)
Parameters
Return Value
Type: Boolean
True if they are equal; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Color Structure
Color Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone