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