NotificationSettings.Inequality Operator

Implements the != operator.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public static bool operator !=(
    NotificationSettings? settings1,
    NotificationSettings? settings2
)

Parameters

settings1

Type: TwinCAT.Ads.NotificationSettings
The settings1.

settings2

Type: TwinCAT.Ads.NotificationSettings
The settings2.

Return Value

Type: Boolean
The result of the operator.

Reference

NotificationSettings Class

TwinCAT.Ads Namespace