@@ -73,43 +73,43 @@ Guid(
73
73
74
74
### Parameters
75
75
76
- * a* < br />
76
+ * a* \
77
77
The first 4 bytes of the ` GUID ` .
78
78
79
- * b* < br />
79
+ * b* \
80
80
The next 2 bytes of the ` GUID ` .
81
81
82
- * c* < br />
82
+ * c* \
83
83
The next 2 bytes of the ` GUID ` .
84
84
85
- * d* < br />
85
+ * d* \
86
86
The next byte of the ` GUID ` .
87
87
88
- * e* < br />
88
+ * e* \
89
89
The next byte of the ` GUID ` .
90
90
91
- * f* < br />
91
+ * f* \
92
92
The next byte of the ` GUID ` .
93
93
94
- * g* < br />
94
+ * g* \
95
95
The next byte of the ` GUID ` .
96
96
97
- * h* < br />
97
+ * h* \
98
98
The next byte of the ` GUID ` .
99
99
100
- * i* < br />
100
+ * i* \
101
101
The next byte of the ` GUID ` .
102
102
103
- * j* < br />
103
+ * j* \
104
104
The next byte of the ` GUID ` .
105
105
106
- * k* < br />
106
+ * k* \
107
107
The next byte of the ` GUID ` .
108
108
109
- * m* < br />
109
+ * m* \
110
110
A ` GUID ` in the form a [ GUID structure] ( /windows/win32/api/guiddef/ns-guiddef-guid ) .
111
111
112
- * n* < br />
112
+ * n* \
113
113
The remaining 8 bytes of the ` GUID ` .
114
114
115
115
## <a name =" operator-equality " ></a > Guid::operator== Operator
@@ -124,10 +124,10 @@ static bool Platform::Guid::operator==(Platform::Guid guid1, Platform::Guid guid
124
124
125
125
### Parameters
126
126
127
- * guid1* < br />
127
+ * guid1* \
128
128
The first ` Platform::Guid ` to compare.
129
129
130
- * guid2* < br />
130
+ * guid2* \
131
131
The second ` Platform::Guid ` to compare.
132
132
133
133
### Return Value
@@ -151,10 +151,10 @@ static bool Platform::Guid::operator!=(Platform::Guid guid1, Platform::Guid guid
151
151
152
152
### Parameters
153
153
154
- * guid1* < br />
154
+ * guid1* \
155
155
The first ` Platform::Guid ` to compare.
156
156
157
- * guid2* < br />
157
+ * guid2* \
158
158
The second ` Platform::Guid ` to compare.
159
159
160
160
### Return Value
@@ -173,10 +173,10 @@ static bool Platform::Guid::operator<(Platform::Guid guid1, Platform::Guid guid2
173
173
174
174
### Parameters
175
175
176
- * guid1* < br />
176
+ * guid1* \
177
177
The first ` Platform::Guid ` to compare.
178
178
179
- * guid2* < br />
179
+ * guid2* \
180
180
The second ` Platform::Guid ` to compare.
181
181
182
182
### Return Value
0 commit comments