Click or drag to resize
UomUnitEqualParams Method
Checks whether the values of this instance is equal to the values of another instance. Only parameters used for coordinate system are used for comparison. Name, abbreviation, authority, alias and remarks are ignored in the comparison.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public virtual bool EqualParams(
	Object obj
)

Parameters

obj
Type: SystemObject

Return Value

Type: Boolean
True if equal, False if not equal.

Implements

IInfo.EqualParams(Object)
Remarks