Checks if this AlarmData has the same eventId of the parameter
Namespace: Ico.AwxAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool Equals( byte[] eventID ) |
| Visual Basic |
|---|
Public Function Equals ( _ eventID As Byte() _ ) As Boolean |
| JScript |
|---|
public function Equals( eventID : byte[] ) : boolean |
Parameters
- eventID
- Type: array<System..::..Byte>[]()[][]