Summary
Determines whether [is identifier like claim] [the specified claim].
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten - Containing Type
- MartenOptions
Syntax
public bool IsIdLikeClaim(Claim claim)
Parameters
| Name | Type | Description |
|---|---|---|
| claim | Claim | The claim. |
Return Value
| Type | Description |
|---|---|
| bool | true if [is identifier like claim] [the specified claim]; otherwise, false. |
