'Declaration
Public Operator =( _ ByVal left As UAImportCertificateArguments, _ ByVal right As UAImportCertificateArguments _ ) As Boolean
'Usage
public bool operator ==( UAImportCertificateArguments left, UAImportCertificateArguments right )
public: bool operator ==( UAImportCertificateArguments^ left, UAImportCertificateArguments^ right )
Parameters
- left
- First object to be compared.
- right
- Second object to be compared.
Return Value
True
if the objects are equal; false
otherwise.