RoleEnvironmentConfigurationSettingChange.Equals Method (RoleEnvironmentConfigurationSettingChange)

 

Determines whether the specified RoleEnvironmentConfigurationSettingChange object is equal to the current object.

Namespace:   Microsoft.WindowsAzure.ServiceRuntime
Assembly:  Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)

Syntax

public bool Equals(
    RoleEnvironmentConfigurationSettingChange other
)
public:
virtual bool Equals(
    RoleEnvironmentConfigurationSettingChange^ other
) sealed
abstract Equals : 
        other:RoleEnvironmentConfigurationSettingChange -> bool
override Equals : 
        other:RoleEnvironmentConfigurationSettingChange -> bool
Public Function Equals (
    other As RoleEnvironmentConfigurationSettingChange
) As Boolean

Parameters

Return Value

Type: System.Boolean

Type: System.Boolean

true if the specified RoleEnvironmentConfigurationSettingChange object is equal to the current object; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

Equals Overload
RoleEnvironmentConfigurationSettingChange Class
Microsoft.WindowsAzure.ServiceRuntime Namespace

Return to top