'Declaration
Public Overloads Function Equals( _ ByVal other As EasyUASharedParameters _ ) As Boolean
'Usage
Dim instance As EasyUASharedParameters Dim other As EasyUASharedParameters Dim value As Boolean value = instance.Equals(other)
public bool Equals( EasyUASharedParameters other )
public: bool Equals( EasyUASharedParameters^ other )
Parameters
- other
- The EasyUASharedParameters to compare with the current object.
Return Value
true
if the specified object is equal to the current object; otherwise, false
.