Value Inequality Operator

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Operators and Type Conversions >

Value Inequality Operator

BR.AN.PviServices .NET


The inequality operator (!=) returns false if the two instances of the Value class are equal, true otherwise.

Overload List

The inequality operator (!=) returns false if the two instances of the Value class are equal, true otherwise.

public static boolInequality Operator(Value,Value)

The inequality operator (!=) returns false if the two instances of the Value class are equal, true otherwise.

public static boolInequality Operator(Value,bool)

The inequality operator (!=) returns false if the two instances of the Value class are equal, true otherwise.

public static boolInequality Operator(Value,byte)

The inequality operator (!=) returns false if the two instances of the Value class are equal, true otherwise.

public static boolInequality Operator(Value,double)

The inequality operator (!=) returns false if the two instances of the Value class are equal, true otherwise.

public static boolInequality Operator(Value,short)

The inequality operator (!=) returns false if the two instances of the Value class are equal, true otherwise.

public static boolInequality Operator(Value,int)

The inequality operator (!=) returns false if the two instances of the Value class are equal, true otherwise.

public static boolInequality Operator(Value,long)

The inequality operator (!=) returns false if the two instances of the Value class are equal, true otherwise.

public static boolInequality Operator(Value,sbyte)

The inequality operator (!=) returns false if the two instances of the Value class are equal, true otherwise.

public static boolInequality Operator(Value,float)

The inequality operator (!=) returns false if the two instances of the Value class are equal, true otherwise.

public static boolInequality Operator(Value,ushort)

The inequality operator (!=) returns false if the two instances of the Value class are equal, true otherwise.

public static boolInequality Operator(Value,uint)

The inequality operator (!=) returns false if the two instances of the Value class are equal, true otherwise.

public static boolInequality Operator(Value,ulong)

See Also

Value Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]