RoleEnvironmentTopologyChange::Equals Method (RoleEnvironmentTopologyChange^)
Determines whether the specified RoleEnvironmentTopologyChange object is equal to the current object.
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
Parameters
- other
-
Type:
Microsoft.WindowsAzure.ServiceRuntime::RoleEnvironmentTopologyChange^
Type: Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironmentTopologyChange
The RoleEnvironmentTopologyChange object to compare with the current object.
Return Value
Type: System::BooleanType: System.Boolean
true if the specified RoleEnvironmentTopologyChange object is equal to the current object; otherwise, false.
Implements
IEquatable<T>::Equals(T)
Show: