Share via


NetworkAnalyticsProvisioningState.Equals Method

Definition

Overloads

Equals(NetworkAnalyticsProvisioningState)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Indicates whether this instance and a specified object are equal.

Equals(NetworkAnalyticsProvisioningState)

Source:
NetworkAnalyticsProvisioningState.cs

Indicates whether the current object is equal to another object of the same type.

public bool Equals(Azure.ResourceManager.NetworkAnalytics.Models.NetworkAnalyticsProvisioningState other);
override this.Equals : Azure.ResourceManager.NetworkAnalytics.Models.NetworkAnalyticsProvisioningState -> bool
Public Function Equals (other As NetworkAnalyticsProvisioningState) As Boolean

Parameters

other
NetworkAnalyticsProvisioningState

An object to compare with this object.

Returns

System.Boolean

true if the current object is equal to the other parameter; otherwise, false.

Implements

System.IEquatable`1.Equals(`0)

Applies to

Equals(Object)

Source:
NetworkAnalyticsProvisioningState.cs

Indicates whether this instance and a specified object are equal.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals(object obj);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
System.Object

The object to compare with the current instance.

Returns

System.Boolean

true if obj and this instance are the same type and represent the same value; otherwise, false.

Attributes
System.ComponentModel.EditorBrowsableAttribute

Applies to