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