accelerator_view::operator!= Operator

Compares this accelerator_view object with another and returns false if they are the same; otherwise, returns true.

bool operator!=(
   const accelerator_view &_Other
                    
) const;

Parameters

  • _Other
    The accelerator_view object to compare with this one.

Return Value

false if the two objects are the same; otherwise, true.

Requirements

Header: amprt.h

Namespace: Concurrency

See Also

Reference

accelerator_view Class