Share via


ExecutionState.Equals Method

Definition

Overloads

Equals(ExecutionState)

Compares values of enum type ExecutionState

Equals(Object)

Compares values of enum type ExecutionState (override for Object)

Equals(ExecutionState)

Compares values of enum type ExecutionState

public bool Equals (Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState e);
override this.Equals : Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState -> bool
Public Function Equals (e As ExecutionState) As Boolean

Parameters

e
ExecutionState

the value to compare against this instance.

Returns

true if the two instances are equal to the same value

Implements

Applies to

Equals(Object)

Compares values of enum type ExecutionState (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