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