Share via


SearchBypass.Equals(SearchBypass) Method

Definition

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

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

Parameters

other
SearchBypass

An object to compare with this object.

Returns

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

Implements

Applies to