Value Equality Operator

<< 点击显示目录 >>

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

Value Equality Operator

BR.AN.PviServices .NET


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

Overload List

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

public static boolEquality Operator(Value,Value)

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

public static boolEquality Operator(Value,bool)

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

public static boolEquality Operator(Value,byte)

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

public static boolEquality Operator(Value,double)

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

public static boolEquality Operator(Value,short)

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

public static boolEquality Operator(Value,int)

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

public static boolEquality Operator(Value,long)

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

public static boolEquality Operator(Value,sbyte)

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

public static boolEquality Operator(Value,float)

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

public static boolEquality Operator(Value,ushort)

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

public static boolEquality Operator(Value,uint)

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

public static boolEquality Operator(Value,ulong)

See Also

Value Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]