RoleEnvironmentCertificateChange.Equals Method (RoleEnvironmentCertificateChange)
Determines whether the specified RoleEnvironmentCertificateChange object is equal to the current object.
Namespace: Microsoft.WindowsAzure.ServiceRuntime
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
Syntax
public bool Equals(
RoleEnvironmentCertificateChange other
)
public:
virtual bool Equals(
RoleEnvironmentCertificateChange^ other
) sealed
abstract Equals :
other:RoleEnvironmentCertificateChange -> bool
override Equals :
other:RoleEnvironmentCertificateChange -> bool
Public Function Equals (
other As RoleEnvironmentCertificateChange
) As Boolean
Parameters
other
Type: Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironmentCertificateChangeType: RoleEnvironmentCertificateChange
The RoleEnvironmentCertificateChange object to compare with the current object.
Return Value
Type: System.Boolean
Type: System.Boolean
true if the specified RoleEnvironmentCertificateChange object is equal to the current object; otherwise, false.
Implements
See Also
Equals Overload
RoleEnvironmentCertificateChange Class
Microsoft.WindowsAzure.ServiceRuntime Namespace
Return to top