다음을 통해 공유


HttpMethods.Equals(String, String) 메서드

정의

HTTP 메서드가 동일한지 나타내는 값을 반환합니다.

public:
 static bool Equals(System::String ^ methodA, System::String ^ methodB);
public static bool Equals (string methodA, string methodB);
static member Equals : string * string -> bool
Public Shared Function Equals (methodA As String, methodB As String) As Boolean

매개 변수

methodA
String

비교할 첫 번째 HTTP 요청 메서드입니다.

methodB
String

비교할 두 번째 HTTP 요청 메서드입니다.

반환

true 메서드가 같으면 이고, 그렇지 않으면 입니다 false.

적용 대상