DOFTypeEquals Method OpenDOF Object Access Library
Return whether two types 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 the types are equal,
false
otherwise or if type is
null
.
Remarks

Return whether two types are equal. Equality is defined strictly, which means that all of the data associated with types is equal (not just compatible).
See Also

Reference