|
DataSetEqualityComparerEquals(DataSet, DataSet) Method
|
Determines whether the specified objects are equal.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.275-beta+55be409478cc058e74ed686698d1c29e617e2fe4
Syntaxpublic bool Equals(
DataSet x,
DataSet y
)
Public Function Equals (
x As DataSet,
y As DataSet
) As Boolean
public:
virtual bool Equals(
DataSet^ x,
DataSet^ y
) sealed
abstract Equals :
x : DataSet *
y : DataSet -> bool
override Equals :
x : DataSet *
y : DataSet -> bool View SourceParameters
- x DataSet
- The first object of type DataSet to compare.
- y DataSet
- The second object of type DataSet to compare.
Return Value
Boolean
true if the specified objects are equal; otherwise, false.
Implements
IEqualityComparerTEquals(T, T)
See Also