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