GrainAddress.Matches(GrainAddress) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果两个粒度地址具有等于 SiloAddress 和 GrainId 值,并且其中一个具有默认值 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者被视为匹配,则返回 。