|
DataSetEqualityComparerEquals(DataSet, DataSet) Method
|
Determines whether the specified objects are equal.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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