public static bool operator ==(
PropertyKey k1,
PropertyKey k2
)
Public Shared Operator = (
k1 As PropertyKey,
k2 As PropertyKey
) As Boolean
Dim k1 As PropertyKey
Dim k2 As PropertyKey
Dim returnValue As Boolean
returnValue = (k1 = k2)
public:
static bool operator ==(
PropertyKey k1,
PropertyKey k2
)
static let inline (=)
k1 : PropertyKey *
k2 : PropertyKey : bool
No code example is currently available or this language may not be supported.
[Missing <param name="k1"/> documentation for "M:DevCase.Win32.Structures.PropertyKey.op_Equality(DevCase.Win32.Structures.PropertyKey,DevCase.Win32.Structures.PropertyKey)"]
[Missing <param name="k2"/> documentation for "M:DevCase.Win32.Structures.PropertyKey.op_Equality(DevCase.Win32.Structures.PropertyKey,DevCase.Win32.Structures.PropertyKey)"]
[Missing <returns> documentation for "M:DevCase.Win32.Structures.PropertyKey.op_Equality(DevCase.Win32.Structures.PropertyKey,DevCase.Win32.Structures.PropertyKey)"]