DOFObjectIDequalsIgnoreAttributes 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 equalsIgnoreAttributes(
	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 ignores the DOFObjectID attributes.
See Also

Reference