TypeAttribute.Inequality Operator
Implements the != operator.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public static bool operator !=(
TypeAttribute o1,
TypeAttribute o2
)
VB
Public Shared Operator <> (
o1 As TypeAttribute,
o2 As TypeAttribute
) As Boolean
Parameters
o1 |
Type: TwinCAT.TypeSystem.TypeAttribute |
o2 |
Type: TwinCAT.TypeSystem.TypeAttribute |
Return Value
Type: Boolean
The result of the operator.