Bgr565.op_Inequality Method
Compares the current instance of a class to another instance to determine whether they are different.
Syntax
'Declaration
Public Shared Function op_Inequality ( _
a As Bgr565, _
b As Bgr565 _
) As Boolean
public static bool op_Inequality (
Bgr565 a,
Bgr565 b
)
public:
static bool op_Inequality(
Bgr565 a,
Bgr565 b
)
Parameters
- a
Type: Bgr565
The object to the left of the equality operator. - b
Type: Bgr565
The object to the right of the equality operator.
Return Value
Type: Boolean
true if the objects are different; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework.Graphics.PackedVector
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Bgr565 Structure
Bgr565 Members
Microsoft.Xna.Framework.Graphics.PackedVector Namespace
Platforms
Windows Phone