ScaleSetEvictionPolicy.Equals Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Equals(ScaleSetEvictionPolicy) |
Compares values of enum type ScaleSetEvictionPolicy |
Equals(Object) |
Compares values of enum type ScaleSetEvictionPolicy (override for Object) |
Compares values of enum type ScaleSetEvictionPolicy
public bool Equals (Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleSetEvictionPolicy e);
override this.Equals : Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleSetEvictionPolicy -> bool
Public Function Equals (e As ScaleSetEvictionPolicy) As Boolean
Parameters
the value to compare against this instance.
Returns
true
if the two instances are equal to the same value
Implements
Applies to
Azure - PowerShell Commands Latest dan Azure - PowerShell Commands 11.0.0
Produk | Versi |
---|---|
Azure - PowerShell Commands | 11.0.0, Latest |
Compares values of enum type ScaleSetEvictionPolicy (override for Object)
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
the value to compare against this instance.
Returns
true
if the two instances are equal to the same value
Applies to
Azure - PowerShell Commands Latest dan Azure - PowerShell Commands 11.0.0
Produk | Versi |
---|---|
Azure - PowerShell Commands | 11.0.0, Latest |