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