ActiveReports 12
Equals(Object) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure > Equals Method : Equals(Object) Method
The object to be converted to the Variant and compared with this.
Checks whether the Variant equals to the specified object.
Syntax
'Declaration
 
Public Overloads Overrides Function Equals( _
   ByVal other As Object _
) As Boolean
public override bool Equals( 
   object other
)

Parameters

other
The object to be converted to the Variant and compared with this.

Return Value

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

Reference

Variant Structure
Variant Members
Overload List