omni::event2::operator!=
NAME

omni::event2::operator!=

A member operator of omni::event2

#include <omni/delegate/2.hpp>
bool omni::event2::operator!=(const event2< Ret PT1 PT2 >& e)

SYNOPSIS

The != operator is used for comparison results (negates the == operator)

top

DESCRIPTION

No description.

top

PARAMETERS

d - The right most operand which to compare to

top