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: BooleanTrue if this DOFType is identical to the argument. False otherwise.
Remarks
See Also