Skip to content

Commit 7bbc129

Browse files
authored
Update Platform::Guid value class page
1 parent 42b011b commit 7bbc129

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

docs/cppcx/platform-guid-value-class.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -73,43 +73,43 @@ Guid(
7373

7474
### Parameters
7575

76-
*a*<br/>
76+
*a*\
7777
The first 4 bytes of the `GUID`.
7878

79-
*b*<br/>
79+
*b*\
8080
The next 2 bytes of the `GUID`.
8181

82-
*c*<br/>
82+
*c*\
8383
The next 2 bytes of the `GUID`.
8484

85-
*d*<br/>
85+
*d*\
8686
The next byte of the `GUID`.
8787

88-
*e*<br/>
88+
*e*\
8989
The next byte of the `GUID`.
9090

91-
*f*<br/>
91+
*f*\
9292
The next byte of the `GUID`.
9393

94-
*g*<br/>
94+
*g*\
9595
The next byte of the `GUID`.
9696

97-
*h*<br/>
97+
*h*\
9898
The next byte of the `GUID`.
9999

100-
*i*<br/>
100+
*i*\
101101
The next byte of the `GUID`.
102102

103-
*j*<br/>
103+
*j*\
104104
The next byte of the `GUID`.
105105

106-
*k*<br/>
106+
*k*\
107107
The next byte of the `GUID`.
108108

109-
*m*<br/>
109+
*m*\
110110
A `GUID` in the form a [GUID structure](/windows/win32/api/guiddef/ns-guiddef-guid).
111111

112-
*n*<br/>
112+
*n*\
113113
The remaining 8 bytes of the `GUID`.
114114

115115
## <a name="operator-equality"></a> Guid::operator== Operator
@@ -124,10 +124,10 @@ static bool Platform::Guid::operator==(Platform::Guid guid1, Platform::Guid guid
124124

125125
### Parameters
126126

127-
*guid1*<br/>
127+
*guid1*\
128128
The first `Platform::Guid` to compare.
129129

130-
*guid2*<br/>
130+
*guid2*\
131131
The second `Platform::Guid` to compare.
132132

133133
### Return Value
@@ -151,10 +151,10 @@ static bool Platform::Guid::operator!=(Platform::Guid guid1, Platform::Guid guid
151151

152152
### Parameters
153153

154-
*guid1*<br/>
154+
*guid1*\
155155
The first `Platform::Guid` to compare.
156156

157-
*guid2*<br/>
157+
*guid2*\
158158
The second `Platform::Guid` to compare.
159159

160160
### Return Value
@@ -173,10 +173,10 @@ static bool Platform::Guid::operator<(Platform::Guid guid1, Platform::Guid guid2
173173

174174
### Parameters
175175

176-
*guid1*<br/>
176+
*guid1*\
177177
The first `Platform::Guid` to compare.
178178

179-
*guid2*<br/>
179+
*guid2*\
180180
The second `Platform::Guid` to compare.
181181

182182
### Return Value

0 commit comments

Comments
 (0)