Click or drag to resize

PropertyNameInequality Operator

IT Hit WebDAV Classes Reference
The inequality operator (!=).

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public static bool operator !=(
	PropertyName prop1,
	PropertyName prop2
)

Parameters

prop1
Type: ITHit.WebDAV.ClientPropertyName
First PropertyName instance to compare.
prop2
Type: ITHit.WebDAV.ClientPropertyName
Second PropertyName instance to compare.

Return Value

Type: Boolean
false if its operands are equal, true otherwise.
See Also