Share via


accelerator_view::operator== Operator

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

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

Parameters

  • _Other
    The accelerator_view object to compare with this one.

Return Value

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

Requirements

Header: amprt.h

Namespace: Concurrency

See Also

Reference

accelerator_view Class