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