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.
Tests two objects to see if they are not equal.
Syntax
'Declaration
Public Shared Function op_Inequality ( _
a As Bgra4444, _
b As Bgra4444 _
) As Boolean
public static bool op_Inequality (
Bgra4444 a,
Bgra4444 b
)
public:
static bool op_Inequality(
Bgra4444 a,
Bgra4444 b
)
Parameters
Return Value
Type: Boolean
True if the objects are not equal, false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework.Graphics.PackedVector
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Bgra4444 Structure
Bgra4444 Members
Microsoft.Xna.Framework.Graphics.PackedVector Namespace
Platforms
Windows Phone