omni::event::operator!=
NAME

omni::event::operator!=

A member operator of omni::event

#include <omni/delegate/0.hpp>
bool omni::event::operator!=(const event< Ret >& 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