Share via


COARefTime::Operator ==

 
Microsoft DirectShow 9.0

COARefTime::Operator ==

This operator tests for equality 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 equal. Otherwise, returns FALSE.

Requirements

**  Header:** Declared in Ctlutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also