Microsoft DirectX 8.1 (C++) |
This operator tests for inequality between two reference times.
Syntax
BOOL operator!=(
const COARefTime& rt
);
Parameters
rt
Reference to the COARefTime object to compare.
Return Value
Returns TRUE if the two objects are not equal. Otherwise, returns FALSE.
See Also