GrainAddress.Matches(GrainAddress) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Two grain addresses match if they are equal ignoring their MembershipVersion value.
public bool Matches (Orleans.GrainDirectory.GrainAddress address);
member this.Matches : Orleans.GrainDirectory.GrainAddress -> bool
Public Function Matches (address As GrainAddress) As Boolean
Parameters
- address
- GrainAddress
The other GrainAddress to compare this one with.
Returns
Returns true
if the two GrainAddress are considered to match