Share via


Category.Equals Method

Definition

Overloads

Equals(Category)

Compares values of enum type Category

Equals(Object)

Compares values of enum type Category (override for Object)

Equals(Category)

Compares values of enum type Category

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

Parameters

e
Category

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 Category (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