IEqualsAPI
01 Syntax
SMRUCC.genomics.Model.Network.VirtualFootprint.IEqualsAPI
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| __equalsStrict | 1 | 在基础属性的比较之上再添加对序列的比较 |
| __equals | 1 | 基础属性的比较 |
| Intersection | 1 | 请注意,这个函数总是会挑选出交集之中的s1第一个集合之中的元素的 |
03 Members
__equalsStrict``1(
``0, ``0)在基础属性的比较之上再添加对序列的比较
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
a | ``0 | - |
b | ``0 | - |
__equals``1(
``0, ``0)基础属性的比较
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
a | ``0 | - |
b | ``0 | - |
Intersection``1(
IEnumerable(Of ``0), IEnumerable(Of ``0), Boolean)请注意,这个函数总是会挑选出交集之中的s1第一个集合之中的元素的
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
s1 | IEnumerable(Of ``0) | - |
s2 | IEnumerable(Of ``0) | - |