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


other

Syntax

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

Parameters

other

See Also