Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Create a new data row cursor given a number of value cursors and an enumerator indexes.
The indexes to enumerate over.
Rest
...values: DataValueCursor[]The value cursors.
The current row index.
The number of columns in a row.
Class for sequential scanning through the rows of a data set defined by a collection of columns.
Since
2.0