Skip to content

Commit

Permalink
Deploy documentation for 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Apr 1, 2024
1 parent e9c6113 commit 86b5556
Show file tree
Hide file tree
Showing 7,506 changed files with 23,780 additions and 10,611 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 9 additions & 0 deletions main/css/523.e9a069b0.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions main/css/675.40c3bcb2.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions main/css/chunk-c0335d80.10a2f091.css

This file was deleted.

9 changes: 0 additions & 9 deletions main/css/documentation-topic.1d1eec04.css

This file was deleted.

9 changes: 9 additions & 0 deletions main/css/documentation-topic.b186e79f.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions main/css/documentation-topic~topic.b6287bcf.css

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions main/css/index.038e887c.css

This file was deleted.

9 changes: 9 additions & 0 deletions main/css/index.ff036a9e.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions main/css/topic.672a9049.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions main/css/topic.d8c126f3.css

This file was deleted.

9 changes: 9 additions & 0 deletions main/css/tutorials-overview.6eb589ed.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions main/css/tutorials-overview.c249c765.css

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"abstract" : [
{
"text" : "Returns a Boolean value indicating whether two values are not equal.",
"type" : "text"
}
],
"hierarchy" : {
"paths" : [
[
Expand Down Expand Up @@ -161,6 +167,136 @@
}
],
"kind" : "declarations"
},
{
"kind" : "parameters",
"parameters" : [
{
"content" : [
{
"inlineContent" : [
{
"text" : "A value to compare.",
"type" : "text"
}
],
"type" : "paragraph"
}
],
"name" : "lhs"
},
{
"content" : [
{
"inlineContent" : [
{
"text" : "Another value to compare.",
"type" : "text"
}
],
"type" : "paragraph"
}
],
"name" : "rhs"
}
]
},
{
"content" : [
{
"anchor" : "discussion",
"level" : 2,
"text" : "Discussion",
"type" : "heading"
},
{
"inlineContent" : [
{
"text" : "Inequality is the inverse of equality. For any values ",
"type" : "text"
},
{
"code" : "a",
"type" : "codeVoice"
},
{
"text" : " and ",
"type" : "text"
},
{
"code" : "b",
"type" : "codeVoice"
},
{
"text" : ", ",
"type" : "text"
},
{
"code" : "a != b",
"type" : "codeVoice"
},
{
"text" : " ",
"type" : "text"
},
{
"text" : "implies that ",
"type" : "text"
},
{
"code" : "a == b",
"type" : "codeVoice"
},
{
"text" : " is ",
"type" : "text"
},
{
"code" : "false",
"type" : "codeVoice"
},
{
"text" : ".",
"type" : "text"
}
],
"type" : "paragraph"
},
{
"inlineContent" : [
{
"text" : "This is the default implementation of the not-equal-to operator (",
"type" : "text"
},
{
"code" : "!=",
"type" : "codeVoice"
},
{
"text" : ")",
"type" : "text"
},
{
"text" : " ",
"type" : "text"
},
{
"text" : "for any type that conforms to ",
"type" : "text"
},
{
"code" : "Equatable",
"type" : "codeVoice"
},
{
"text" : ".",
"type" : "text"
}
],
"type" : "paragraph"
}
],
"kind" : "content"
}
],
"schemaVersion" : {
Expand Down Expand Up @@ -266,7 +402,10 @@
},
"doc://ColorCalculations/documentation/ColorCalculations/ImageColorsCalculator/ColorDistanceMode/!=(_:_:)": {
"abstract" : [

{
"text" : "Returns a Boolean value indicating whether two values are not equal.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
],
"role" : "collectionGroup",
"roleHeading" : "API Collection",
"title" : "Equatable Implementations"
},
"schemaVersion" : {
Expand Down Expand Up @@ -134,7 +135,10 @@
},
"doc://ColorCalculations/documentation/ColorCalculations/ImageColorsCalculator/ColorDistanceMode/!=(_:_:)": {
"abstract" : [

{
"text" : "Returns a Boolean value indicating whether two values are not equal.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down
Loading

0 comments on commit 86b5556

Please sign in to comment.