AccountExtensionsHasStatusFlag Method
Determines whether
Status has the specified flag set.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public static bool HasStatusFlag(
this IAccountManager account,
AuthStatus flag
)
<ExtensionAttribute>
Public Shared Function HasStatusFlag (
account As IAccountManager,
flag As AuthStatus
) As Boolean
public:
[ExtensionAttribute]
static bool HasStatusFlag(
IAccountManager^ account,
AuthStatus flag
)
[<ExtensionAttribute>]
static member HasStatusFlag :
account : IAccountManager *
flag : AuthStatus -> bool
- account IAccountManager
- Account to check the status of.
- flag AuthStatus
- Flag to check.
Boolean if the specified flag is set in
Status.In Visual Basic and C#, you can call this method as an instance method on any object of type
IAccountManager. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).