NotificationSettings.Inequality Operator

Implements the != operator.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public static bool operator !=(
    NotificationSettings o1,
    NotificationSettings o2
)

VB

Public Shared Operator <> ( 
    o1 As NotificationSettings,
    o2 As NotificationSettings
) As Boolean

Parameters

o1

Type: TwinCAT.Ads.NotificationSettings
The o1.

o2

Type: TwinCAT.Ads.NotificationSettings
The o2.

Return Value

Type: Boolean
The result of the operator.

Reference

NotificationSettings Class

TwinCAT.Ads Namespace