Click or drag to resize
CollectionEquals Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Determines whether the specified object is equal to the current object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with the current object.

Return Value

Type: Boolean
true if the specified object is equal to the current object; otherwise, false.

Implements

Collection_CollectionEquals(Object)
See Also