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