Find.1 |
Scroll |
Looks for a permission equal to the specified one and returns it.
Namespace: Therefore.API
ParameterspPermission ThePermission to look for.
Return ValueThe first ThePermission instance equal to the specified one. If no equal permission is found the method returns Nothing (VB), null (C#) or their equivalent in other programming languages. |
Permission EqualityThis method uses the ThePermission.Equals method for comparing permission which returns true if two permissions are equal in all members and false otherwise. |