ActiveReports 12 Server User Guide
Equals(Object) Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.Scheduling Namespace > Day Structure > Equals Method : Equals(Object) Method
Another object to compare to.
Indicates whether this instance and a specified object are equal.
Syntax
'Declaration
 
Public Overloads Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
public override bool Equals( 
   object obj
)

Parameters

obj
Another object to compare to.

Return Value

true if obj and this instance are the same type and represent the same value; otherwise, false.
See Also

Reference

Day Structure
Day Members
Overload List
Base Implementation in Equals(Object)