'Declaration
Public Overloads Function Equals( _ ByVal other As EasyAEInstanceParameters _ ) As Boolean
'Usage
Dim instance As EasyAEInstanceParameters Dim other As EasyAEInstanceParameters Dim value As Boolean value = instance.Equals(other)
public bool Equals( EasyAEInstanceParameters other )
public: bool Equals( EasyAEInstanceParameters^ 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.