Alarm.Equals Method (Alarm)

Indicates whether the current Alarm is equal to another Alarm.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public bool Equals(
    Alarm other
)

Parameters

other

Type: TcHmiSrv.Core.Alarm
The Alarm to compare with this Alarm.

Return Value

Type: Boolean
true if the current Alarm is equal to the other Alarm; otherwise, false.

Implements

IEquatable.T..Equals(T)

Reference

Alarm Class

Equals Overload

TcHmiSrv.Core Namespace