Color.op_Inequality Method

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

  • a
    Type: Color
    A four-component color.
  • b
    Type: Color
    A four-component color.

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