Property.Inequality Operator
SQL Server 2012
Determines whether two objects are unequal by performing an inequality operation on two Property objects.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- prop1
- Type: Microsoft.SqlServer.Management.Smo.Property
A Property object that specifies a property.
- prop2
- Type: Microsoft.SqlServer.Management.Smo.Property
A Property object that specifies a property.
Return Value
Type: System.BooleanA Boolean object that specifies whether the two specified objects are equal.If True, the two specified objects are unequal.If False, the two specified objects are equal.
