DOFValueEquals Method OpenDOF Object Access Library
Return whether two values are equal.

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

C#
bool Equals(
	Object obj
)

Parameters

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

Return Value

Type: Boolean
true
if the values are equal,
false
otherwise or if value is
null
.
Remarks

Return whether two values are equal. Equality is defined based on the underlying data, and does not include the value's type. This means, for example, that two strings which use different encodings may in fact be equal based on the string comparison.
See Also

Reference