Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public bool Equals(
	DataSource other
)
Visual Basic
Public Function Equals ( 
	other As DataSource
) As Boolean

Parameters

other
Type: SchemaExplorer..::..DataSource

Return Value

Type: Boolean

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also