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