ActiveReports 12 Server User Guide
Equality Operator (Day)

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.Scheduling Namespace > Day Structure : Equality Operator
The left.
The right.
Implements the operator ==.
Syntax
'Declaration
 
Public Operator =( _
   ByVal left As Day, _
   ByVal right As Day _
) As Boolean
public bool operator ==( 
   Day left,
   Day right
)

Parameters

left
The left.
right
The right.

Return Value

The result of the operator.
See Also

Reference

Day Structure
Day Members