DOFInterfaceEquals Method OpenDOF Object Access Library
Returns true if the interfaces are equivalent, meaning that OAP cannot tell the difference between them.

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 interface to be compared. Null will return false;

Return Value

Type: Boolean
Remarks

Returns true if the interfaces are equivalent, meaning that OAP cannot tell the difference between them. This means that all Properties, Methods, Events and Exceptions appear in both interfaces and that they use the same identifiers, and have the same types and parameters.
See Also

Reference