Operators.CompareObject(Object, Object, Boolean) 메서드

정의

Visual Basic 비교 연산자를 나타냅니다.

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

public:
 static int CompareObject(System::Object ^ Left, System::Object ^ Right, bool TextCompare);
public static int CompareObject (object Left, object Right, bool TextCompare);
static member CompareObject : obj * obj * bool -> int
Public Shared Function CompareObject (Left As Object, Right As Object, TextCompare As Boolean) As Integer

매개 변수

Left
Object

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

Right
Object

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

TextCompare
Boolean

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

반환

조건
-1 LeftRight보다 작은 경우
0 LeftRight가 같은 경우
1 LeftRight보다 큰 경우

설명

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

적용 대상

추가 정보