DOFObjectIDTypeEquals Method OpenDOF Object Access Library
Determines object equality.

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

C#
public override bool Equals(
	Object other
)

Parameters

other
Type: SystemObject
The DOFType to compare to.

Return Value

Type: Boolean
True if this DOFType is identical to the argument. False otherwise.
Remarks

Determines object equality.
See Also

Reference