ActiveReports 12
Equality Operator (Length)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure : Equality Operator
the Length
the Length
For predefined value types, the equality operator (==) returns true if the values of its operands are equal, false otherwise. For reference types other than string, == returns true if its two operands refer to the same object. For the string type, == compares the values of the strings.
Syntax
'Declaration
 
Public Operator =( _
   ByVal unit1 As Length, _
   ByVal unit2 As Length _
) As Boolean
public bool operator ==( 
   Length unit1,
   Length unit2
)

Parameters

unit1
the Length
unit2
the Length
See Also

Reference

Length Structure
Length Members