Click or drag to resize

EDSInfoMatches Method

Matches the current EDSInfo with a specified EDSInfo and EDSMask.

Namespace: Demo3D.PLC.Comms.CPF
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public bool Matches(
	EDSInfo other,
	EDSMask mask
)

Parameters

other  EDSInfo
Other EDSInfo to match.
mask  EDSMask
Mask of elemnts to match.

Return Value

Boolean

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CPF.EDSInfo.Matches(Demo3D.PLC.Comms.CPF.EDSInfo,Demo3D.PLC.Comms.CPF.EDSMask)"]

See Also