ActiveReports.Chart Request technical support
Equals(Object) Method
See Also 


other

Syntax

Visual Basic (Declaration) 
Overloads Overrides Public NotOverridable Function Equals( _
   ByVal other As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As NullableBoolean
Dim other As Object
Dim value As Boolean
 
value = instance.Equals(other)
C# 
public override bool Equals( 
   object other
)

Parameters

other

See Also