operator!=(D3D11_RECT, D3D11_RECT)

Determines whether two instances of D3D11_RECT have different coordinates.

Syntax

bool operator!=(
         const D3D11_RECT &l,
         const D3D11_RECT &r
)  

Parameters

l
Type: D3D11_RECT 

An instance of D3D11_RECT.

r
Type: D3D11_RECT 

An instance of D3D11_RECT.

Return value

Type: bool 

true if the two instances have different coordinates; false if the two instances have the same coordinates.

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).