共用方式為


GrainAddress.Matches(GrainAddress) 方法

定義

如果兩個細微性位址相等且值相同 SiloAddressGrainId 且其中一個位址具有預設值 ActivationId ,或兩者都有相等 ActivationId 的值,則相符。

public bool Matches (Orleans.Runtime.GrainAddress other);
member this.Matches : Orleans.Runtime.GrainAddress -> bool
Public Function Matches (other As GrainAddress) As Boolean

參數

other
GrainAddress

GrainAddress 一個要與 比較的 。

傳回

true如果兩 GrainAddress 者視為相符,則傳回 。

適用於