ValueComparer(IComparerString, IComparerEvent, IComparerMessage, IComparerAlarm) Constructor

Initializes a new instance of the ValueComparer class with the specified IComparerT s that are used to compare instances of type String, Event, Message and Alarm.


Namespace: TcHmiSrv.Core.Tools.Queries
Assembly: TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9

Syntax

C#

public ValueComparer(
    IComparer<string> stringComparer,
    IComparer<Event> eventComparer,
    IComparer<Message> messageComparer,
    IComparer<Alarm> alarmComparer
)

Parameters

stringComparer  IComparerString

An IComparerT that is used to compare instances of type String.

eventComparer  IComparerEvent

An IComparerT that is used to compare instances of type Event.

messageComparer  IComparerMessage

An IComparerT that is used to compare instances of type Message.

alarmComparer  IComparerAlarm

An IComparerT that is used to compare instances of type Alarm.

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0

Reference

ValueComparer Class ValueComparer Overload TcHmiSrv.Core.Tools.Queries Namespace

Copyright © Beckhoff Automation GmbH & Co. KG