Compartir a través de


DocumentTableCellKind.Equals(DocumentTableCellKind) Método

Definición

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

public bool Equals (Azure.AI.FormRecognizer.DocumentAnalysis.DocumentTableCellKind other);
override this.Equals : Azure.AI.FormRecognizer.DocumentAnalysis.DocumentTableCellKind -> bool
Public Function Equals (other As DocumentTableCellKind) As Boolean

Parámetros

other
DocumentTableCellKind

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