T
CSharpTest.Net
IsEqual<T> Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > (Global) Namespace > Check Class : IsEqual<T> Method

a
b

Glossary Item Box

Verifies that the two values are the same throws ArgumentException

Syntax

Visual Basic (Declaration) 
Public Shared Sub IsEqual(Of T As IEquatable(Of T))( _
   ByVal a As T, _
   ByVal b As T _
) 
C# 
public static void IsEqual<T>( 
   T a,
   T b
)
where T: IEquatable<T>

Parameters

a
b

Type Parameters

T

Exceptions

ExceptionDescription
System.ArgumentExceptionThe exception that is thrown when one of the arguments provided to a method is not valid.

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys