Determines whether two instances of D3D11_BOX have different coordinates.
bool operator!=(
const D3D11_BOX &l,
const D3D11_BOX &r
)
l
Type: D3D11_BOX
An instance of D3D11_BOX.
r
Type: D3D11_BOX
An instance of D3D11_BOX.
Type: bool
true if the two instances have different coordinates; false if the two instances have the same coordinates.
Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).