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: BooleanRemarks
See Also