Click or drag to resize

PropertyNameEquality Operator

IT Hit WebDAV Classes Reference
The equality 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
true if the values of its operands are equal, false otherwise.
See Also