SPSchedule.Equals method
Determines whether the current object is equal to another object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
schedule As Object _
) As Boolean
'Usage
Dim instance As SPSchedule
Dim schedule As Object
Dim returnValue As Boolean
returnValue = instance.Equals(schedule)
public override bool Equals(
Object schedule
)
Parameters
schedule
Type: System.ObjectA schedule to compare with the current schedule.
Return value
Type: System.Boolean