DataView.Equals(DataView) Method

Definition

Determines whether the specified DataView instances are considered equal.

public:
 virtual bool Equals(System::Data::DataView ^ view);
public virtual bool Equals (System.Data.DataView? view);
public virtual bool Equals (System.Data.DataView view);
override this.Equals : System.Data.DataView -> bool
Public Overridable Function Equals (view As DataView) As Boolean

Parameters

view
DataView

The DataView to be compared.

Returns

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

Applies to

See also