DataView::Equals Method (DataView^)

 

Determines whether the specified DataView instances are considered equal.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
virtual bool Equals(
	DataView^ view
)

Parameters

view
Type: System.Data::DataView^

The DataView to be compared.

Return Value

Type: System::Boolean

true if the two DataView instances are equal; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: