ValueComparer Constructor (IComparer.String., IComparer.Event., IComparer.Message., IComparer.Alarm.)
Initializes a new instance of the ValueComparer class with the specified IComparer.T.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: 1.3.0.0
Syntax
C#
public ValueComparer(
IComparer<string> stringComparer,
IComparer<Event> eventComparer,
IComparer<Message> messageComparer,
IComparer<Alarm> alarmComparer
)
Parameters
stringComparer |
Type: System.Collections.Generic.IComparer.String. |
eventComparer |
Type: System.Collections.Generic.IComparer.Event. |
messageComparer |
Type: System.Collections.Generic.IComparer.Message. |
alarmComparer |
Type: System.Collections.Generic.IComparer.Alarm. |