Share via


ObjectType.ObjTst(Object, Object, Boolean) 메서드

정의

이진 비교를 수행하거나, 두 개체가 지정된 경우 텍스트 문자열 비교를 수행합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static int ObjTst(System::Object ^ o1, System::Object ^ o2, bool TextCompare);
public static int ObjTst (object? o1, object? o2, bool TextCompare);
public static int ObjTst (object o1, object o2, bool TextCompare);
static member ObjTst : obj * obj * bool -> int
Public Shared Function ObjTst (o1 As Object, o2 As Object, TextCompare As Boolean) As Integer

매개 변수

o1
Object

필수 요소. 임의의 식입니다.

o2
Object

필수 요소. 임의의 식입니다.

TextCompare
Boolean

필수 요소. 대/소문자를 구분하지 않고 비교하려면 True이고, 그렇지 않으면 False입니다.

반환

조건
-1 o1o2보다 작은 경우
0 o1이(가) o2와 같은 경우.
1 o1o2보다 큰 경우

설명

이 클래스는 Visual Basic 컴파일러를 지원 하며 코드에서 직접 사용할 수 없습니다.

적용 대상

추가 정보