ActiveReports 12
Equals(Span) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions.Parser Namespace > Span Structure > Equals Method : Equals(Span) Method
The object to compare this object to.
Determines if the specified Span is equal to this object.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal span As Span _
) As Boolean
public bool Equals( 
   Span span
)

Parameters

span
The object to compare this object to.

Return Value

True if the specified Span is equal to this one.
See Also

Reference

Span Structure
Span Members
Overload List