OpenXmlHelperIsLessOrEquals - метод
Пространство имён: Tessa.Extensions.Default.Server.CardsСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 3.6.0.22
public static bool IsLessOrEquals(
IList position1,
IList position2,
bool resultOnCountMismatch = false
)
Public Shared Function IsLessOrEquals (
position1 As IList,
position2 As IList,
Optional resultOnCountMismatch As Boolean = false
) As Boolean
public:
static bool IsLessOrEquals(
IList^ position1,
IList^ position2,
bool resultOnCountMismatch = false
)
static member IsLessOrEquals :
position1 : IList *
position2 : IList *
?resultOnCountMismatch : bool
(* Defaults:
let _resultOnCountMismatch = defaultArg resultOnCountMismatch false
*)
-> bool
- position1 IList
-
- position2 IList
-
- resultOnCountMismatch Boolean (Optional)
-
Boolean