Compartir a través de


EntityRecognitionSkillLanguage.Equals(EntityRecognitionSkillLanguage) Método

Definición

Indica si el objeto actual es igual que otro objeto del mismo tipo.

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

Parámetros

other
EntityRecognitionSkillLanguage

Objeto que se va a comparar con este objeto.

Devoluciones

true si el objeto actual es igual al parámetro other; en caso contrario, false.

Implementaciones

Se aplica a