- schema1
- The first schema to compare (derived from the System.Web.UI.Design.IDataSourceSchema).
- schema2
- The second schema to compare.
true if both schemas are equivalent; otherwise, false.
Comparison of the two schemas is based on the views, as well as the names and types of the fields that are contained in the views. The DataSourceDesigner.SchemasEquivalent(IDataSourceSchema, IDataSourceSchema) method can be used without an instance of the System.Web.UI.Design.DataSourceDesigner class.