'Declaration
Public Overloads Function Equals( _ ByVal other As EasyAEAdaptableParameters _ ) As Boolean
'Usage
Dim instance As EasyAEAdaptableParameters Dim other As EasyAEAdaptableParameters Dim value As Boolean value = instance.Equals(other)
public bool Equals( EasyAEAdaptableParameters other )
public: bool Equals( EasyAEAdaptableParameters^ other )
Parameters
- other
- The object to compare members to.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
Returns
true
iff the member values equal.