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
Syntaxpublic static bool operator ==(
	PropertyName prop1,
	PropertyName prop2
)
Public Shared Operator = ( 
	prop1 As PropertyName,
	prop2 As PropertyName
) As Boolean
public:
static bool operator ==(
	PropertyName^ prop1, 
	PropertyName^ prop2
)
static let inline (=)
        prop1 : PropertyName * 
        prop2 : PropertyName  : boolParameters
- prop1
- Type: ITHit.WebDAV.ClientPropertyName
 First PropertyName instance to compare.
- prop2
- Type: ITHit.WebDAV.ClientPropertyName
 Second PropertyName instance to compare.
Return Value
Type: 
Booleantrue if the values of its operands are equal, 
false otherwise.
 See Also
See Also