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