FieldEquals Method |
|
DataPA OpenAnalytics API Reference
Determines whether the specified object is equal to the current object
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
Parameters
- obj
- Type: SystemObject
Return Value
Type:
BooleanSee Also