Share via


SearchServiceSkuName.Equals(SearchServiceSkuName) Method

Definition

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

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

Parameters

other
SearchServiceSkuName

An object to compare with this object.

Returns

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

Implements

Applies to