ASP.NET Pack Programmer's Guide
TimetableDate.Equals Method
See Also
 





IComparable.Equals override. Determines whether the specified Object is equal to the current Object.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override bool Equals (
    Object obj
)

Visual Basic  Copy Code

Public Overrides Function Equals( _
    obj As Object _
) As Boolean

 Parameters

obj

The object to compare with the current object.

 Return Value

Type: Boolean
true if the specified Object is equal to the current Object; otherwise, false.

 See Also

TimetableDate Members
TimetableDate Class
MindFusion.Scheduling.WebForms Namespace