Verify(TTarget) Method (VerificationProfile<TTarget>)
Verifies the specified target.
'Declaration
Public Overloads Function Verify( _
ByVal As TTarget _
) As Boolean
public bool Verify(
TTarget
)
public: bool Verify(
TTarget*
)
public:
bool Verify(
TTarget^
)
Parameters
- target
- The target.
Return Value
True if verification is passed; otherwise, false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5