nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / AssertEqualsExtensions

AssertEqualsExtensions

Full name Microsoft.VisualBasic.Language.AssertEqualsExtensions Assembly Microsoft.VisualBasic.Runtime Members 4

01 Syntax

Microsoft.VisualBasic.Language.AssertEqualsExtensions

02 Methods

NameOverloadsSummary
All 1 Assert that all of the elements in target vector match the test conditions
Any 1 Assert that any of the elements in target vector match the test conditions
All 1
Any 1

03 Members

method All #

Assert that all of the elements in target vector match the test conditions

Type Parameters
NameDescription
T
Parameters
NameTypeDescription
vectorVector(Of ``0)

-

method Any #

Assert that any of the elements in target vector match the test conditions

Type Parameters
NameDescription
T
Parameters
NameTypeDescription
vectorVector(Of ``0)

-

method All #
method Any #