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
Syntaxpublic static bool operator !=(
AttributeValue a,
Object b
)
Public Shared Operator <> (
a As AttributeValue,
b As Object
) As Boolean
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:
BooleanTrue if the value or values of the AttributeValue object do not match the value or values provided
See Also