DOFTypeTypedefEquals Method OpenDOF Object Access Library
Typedefs are equal only if their references are equal.

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

C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The type to compare against. May be
null
.

Return Value

Type: Boolean
True if equal. Otherwise false.
Remarks

Typedefs are equal only if their references are equal. Attempting to compare the subtypes will lead to a stack overflow error for self-referential types.
See Also

Reference