This topic has not yet been rated - Rate this topic

Property.Inequality Operator

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)
public static bool operator !=(
	Property prop1,
	Property prop2
)

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.Boolean
A 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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.