CommunicationServiceProvisioningState.Equals 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出目前的物件是否等於另一個相同類型的物件。
public bool Equals (Azure.ResourceManager.Communication.Models.CommunicationServiceProvisioningState other);
override this.Equals : Azure.ResourceManager.Communication.Models.CommunicationServiceProvisioningState -> bool
Public Function Equals (other As CommunicationServiceProvisioningState) As Boolean
參數
要與此物件進行比較的物件。
傳回
若目前的物件等於 true
參數,則為 other
,否則即為 false
。