OpenXmlHelperHasSameSubtree - метод
Пространство имён: Tessa.Extensions.Default.Server.CardsСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.0.4
public static bool HasSameSubtree(
List<int> position1,
List<int> position2,
int checkDepth
)
Public Shared Function HasSameSubtree (
position1 As List(Of Integer),
position2 As List(Of Integer),
checkDepth As Integer
) As Boolean
public:
static bool HasSameSubtree(
List<int>^ position1,
List<int>^ position2,
int checkDepth
)
static member HasSameSubtree :
position1 : List<int> *
position2 : List<int> *
checkDepth : int -> bool
- position1 ListInt32
-
- position2 ListInt32
-
- checkDepth Int32
-
Boolean