Rectangle.op_Inequality Method
Compares two rectangles for inequality.
Syntax
'Declaration
Public Shared Function op_Inequality ( _
a As Rectangle, _
b As Rectangle _
) As Boolean
public static bool op_Inequality (
Rectangle a,
Rectangle b
)
public:
static bool op_Inequality(
Rectangle a,
Rectangle b
)
Parameters
Return Value
Type: Boolean
true if the rectangles are not equal; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Rectangle Structure
Rectangle Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone