Edit

Share via


CVTime.Equals(Object) Method

Definition

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.

Applies to