NotificationSettings.CompareTo Method

Compares this NotificationSettings in term of priorities to the other NotificationSettings.

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

Syntax

C#

public int CompareTo(
    INotificationSettings other
)

VB

Public Function CompareTo ( 
    other As INotificationSettings
) As Integer

Parameters

other

Type: TwinCAT.TypeSystem.INotificationSettings
The other.

Return Value

Type: Int32
1: this has higher priority (shorter times), 0: Equal, 1: Lower prioritiy

Implements

IComparable.T..CompareTo(T)

Reference

NotificationSettings Class

TwinCAT.Ads Namespace

NotificationSettingsPriorityComparer