ActiveReports Developer 7
Equals(Length) Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure > Equals Method : Equals(Length) Method

other
Length to compare.

Glossary Item Box

Determines whether the specified Object is equal to the current Object.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Equals( _
   ByVal other As Length _
) As System.Boolean
C# 
public System.bool Equals( 
   Length other
)

Parameters

other
Length to compare.

See Also