RemoteAuthenticationActions.IsAction(String, String) Method

Definition

Whether or not a given candidate represents a given RemoteAuthenticationActions.

public:
 static bool IsAction(System::String ^ action, System::String ^ candidate);
public static bool IsAction (string action, string candidate);
static member IsAction : string * string -> bool
Public Shared Function IsAction (action As String, candidate As String) As Boolean

Parameters

candidate
String

The candidate.

Returns

Whether or not is the given RemoteAuthenticationActions action.

Applies to