DOFObjectIDmatchesAtLeast Method OpenDOF Object Access Library
Compare against another DOFObjectID.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public virtual bool matchesAtLeast(
	DOFObjectID objectID
)

Parameters

objectID
Type: org.opendof.core.oalDOFObjectID
The object to compare against. This must not be null.

Return Value

Type: Boolean
True if objectID matches. False otherwise.
Remarks

Compare against another DOFObjectID. This is a member-wise comparison that makes sure that the base OIDs match and that 'this' contains at least the attributes from the objectID parameter, but 'this' may contain additional attributes.
See Also

Reference