Spread ASP.NET 6.0 Product Documentation
Inequality Operator
See Also  Send Feedback
FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > PaddingF Structure : Inequality Operator

p1
Padding to test
p2
Padding to test

Glossary Item Box

Tests whether two specified Padding objects are not equivalent.

Syntax

Visual Basic (Declaration) 
Public Operator <>( _
   ByVal p1 As PaddingF, _
   ByVal p2 As PaddingF _
) As Boolean
Visual Basic (Usage)Copy Code
C# 
public bool operator !=( 
   PaddingF p1,
   PaddingF p2
)

Parameters

p1
Padding to test
p2
Padding to test

Return Value

true if two Padding objects are different; otherwise, false.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.