MindFusion.Scheduling for Silverlight Programmer's Guide
TimeRange.Equals Method (TimeRange)
See Also
 





IEquatable<T>.Equals implementation.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public override bool Equals (
    TimeRange other
)

Visual Basic  Copy Code

Public Overrides Function Equals ( _
    other As TimeRange _
) As Boolean

 Parameters

other
The TimeRange to compare with the current TimeRange.

 Return Value

true if the specified TimeRange is equal to the current TimeRange; otherwise, false.

 See Also

Equals Method Overload List
TimeRange Members
TimeRange Class
MindFusion.DataViews.Silverlight Namespace