共用方式為


SplitSkillUnit.Equals(SplitSkillUnit) Method

Definition

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

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

Parameters

other
SplitSkillUnit

An object to compare with this object.

Returns

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

Implements

Applies to