Click or drag to resize

AttributeValueInequality Operator

Compares the values within an AttributeValue object for non-equality with another object

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public static bool operator !=(
	AttributeValue a,
	Object b
)

Parameters

a
Type: Lithnet.ResourceManagement.ClientAttributeValue
The AttributeValue object containing the values to compare
b
Type: SystemObject
An object to compare

Return Value

Type: Boolean
True if the value or values of the AttributeValue object do not match the value or values provided
See Also