'Declaration Public Overrides NotOverridable Function IsSubsetOf( _ ByVal target As IPermission _ ) As Boolean
public override bool IsSubsetOf( IPermission target )
Parameters
- target
- A permission object to be tested for the subset relationship. This object must have the same type as the current permission object.
Return Value
true if the current permission object is a subset of the specified permission object; otherwise, %[LangWord] false%.