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: 15.0.2.11458
Syntax
C#
public bool Matches(
	EDSInfo other,
	EDSMask mask
)

Parameters

other
Type: Demo3D.PLC.Comms.CPFEDSInfo
Other EDSInfo to match.
mask
Type: Demo3D.PLC.Comms.CPFEDSMask
Mask of elemnts to match.

Return Value

Type: Boolean

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

See Also