Relations
01 Syntax
Microsoft.VisualBasic.ComponentModel.Ranges.Relations
02 Fields
| Name | Overloads | Summary |
|---|---|---|
| Irrelevant | 2 | a <> b |
| Equals | 2 | a = b |
| Include | 2 | a = {b} (a including b, b is one of the element in range a) |
| IncludeBy | 2 | b = {a} (a is included by b, a is one of the element in range b) |
03 Members
Irrelevant
a <> b
Equals
a = b
Include
a = {b} (a including b, b is one of the element in range a)
IncludeBy
b = {a} (a is included by b, a is one of the element in range b)
Irrelevant
Equals
Include
IncludeBy