다음을 통해 공유


RemoteAuthenticationActions.IsAction(String, String) 메서드

정의

지정된 가 지정된 candidateRemoteAuthenticationActions을 나타내는지 여부입니다.

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

매개 변수

candidate
String

후보입니다.

반환

지정된 RemoteAuthenticationActions 동작인지 여부입니다.

적용 대상