Microsoft DirectX 9.0 |
This operator tests if one reference time is greater than or equal to another.
Syntax
BOOL operator<=(
const COARefTime& rt
);
Parameters
rt
Reference to the COARefTime object to compare.
Return Value
Returns TRUE if this object is greater than or equal to rt. Otherwise, returns FALSE.
See Also