TokenFilterName.Equals Method

Definition

Overloads

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(TokenFilterName)

Compares the TokenFilterName for equality with another TokenFilterName.

Equals(Object)

Source:
TokenFilterName.cs

Determines whether the specified object is equal to the current 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 object to compare with the current object.

Returns

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

Applies to

Equals(TokenFilterName)

Source:
TokenFilterName.cs

Compares the TokenFilterName for equality with another TokenFilterName.

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

Parameters

other
TokenFilterName

The TokenFilterName with which to compare.

Returns

true if the TokenFilterName objects are equal; otherwise, false.

Implements

Applies to