Vagabond K's Libraries Vagabond K's Libraries
Vagabond K's Libraries Vagabond K's Libraries
www.vagabond-k.com

검색 결과:

    operator != 연산자

    소스 보기

    operator !=(DeviceVariable, DeviceVariable)

    ModbusEndian의 지정된 두 인스턴스가 다른지를 확인합니다.

    선언
    public static bool operator !=(DeviceVariable variable1, DeviceVariable variable2)
    매개 변수
    형식 이름 설명
    DeviceVariable variable1

    비교할 첫 번째 개체입니다.

    DeviceVariable variable2

    비교할 두 번째 개체입니다.

    반환
    형식 설명
    bool

    variable1 및 variable2가 동일하지 않으면 true이고, 그렇지 않으면 false입니다.

    Copyright © 2024. Vagabond K. All Rights Reserved.