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