OpenXmlHelperHasSameSubtree - метод
Пространство имён: Tessa.Extensions.Default.Server.CardsСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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