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者被视为匹配,则返回 。

适用于