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