다음을 통해 공유


DocumentContentSourceKind.Equals(DocumentContentSourceKind) Method

Definition

Overloads

Equals(DocumentContentSourceKind)

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

Equals(DocumentContentSourceKind)

Source:
DocumentContentSourceKind.cs

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

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

Parameters

other
DocumentContentSourceKind

An object to compare with this object.

Returns

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

Implements

Applies to