SqlModelComparer.ArePropertiesEqual Method
Returns a value that indicates whether the properties of two elements are equal.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Overrides Function ArePropertiesEqual ( _
source As IModelElement, _
target As IModelElement, _
propertyClass As ModelPropertyClass, _
configuration As ModelComparerConfiguration _
) As Boolean
protected override bool ArePropertiesEqual(
IModelElement source,
IModelElement target,
ModelPropertyClass propertyClass,
ModelComparerConfiguration configuration
)
protected:
virtual bool ArePropertiesEqual(
IModelElement^ source,
IModelElement^ target,
ModelPropertyClass^ propertyClass,
ModelComparerConfiguration^ configuration
) override
abstract ArePropertiesEqual :
source:IModelElement *
target:IModelElement *
propertyClass:ModelPropertyClass *
configuration:ModelComparerConfiguration -> bool
override ArePropertiesEqual :
source:IModelElement *
target:IModelElement *
propertyClass:ModelPropertyClass *
configuration:ModelComparerConfiguration -> bool
protected override function ArePropertiesEqual(
source : IModelElement,
target : IModelElement,
propertyClass : ModelPropertyClass,
configuration : ModelComparerConfiguration
) : boolean
Parameters
- source
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The element in the source model.
- target
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The element in the target model.
- propertyClass
Type: Microsoft.Data.Schema.SchemaModel.ModelPropertyClass
The class of property to be compared.
- configuration
Type: Microsoft.Data.Schema.SchemaModel.ModelComparerConfiguration
Configures how the comparison is performed.
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.