omni::event5::operator!=
NAME

omni::event5::operator!=

A operator of omni::event5

#include <omni/delegate/5.hpp>
bool omni::event5::operator!=(const event5< Ret PT1 PT2 PT3 PT4 PT5 >& e)

SYNOPSIS

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

top

DESCRIPTION

No description found.

top

PARAMETERS top

d - The right most operand which to compare to

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top