ActiveReports 12
Equals(Variant) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure > Equals Method : Equals(Variant) Method
Variant to check with.
Checks whether the Variant equals to the specified one.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal b As Variant _
) As Boolean
public bool Equals( 
   Variant b
)

Parameters

b
Variant to check with.

Return Value

True if the variants are equal, False othervise.
See Also

Reference

Variant Structure
Variant Members
Overload List