CVTime.Equals(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two CVTime objects are equal.
public override bool Equals (object other);
override this.Equals : obj -> bool
Parameters
- other
- Object
Object to compare with.
Returns
Remarks
Two CVTime structures are considered to be equal if their TimeValue, TimeScale and Flags fields are the same.