Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Tests for equality between error_category objects.
bool operator==(const error_category& _Right) const;
Parameters
Parameter |
Description |
---|---|
_Right |
The object to be tested for equality. |
Return Value
true if the objects are equal; false if the objects are not equal.
Remarks
This member operator returns this == &_Right.
Requirements
Header: <system_error>
Namespace: std