Spread for ASP.NET 10 Product Documentation
Equality Operator (LinearRange)


The r1.
The r2.
Implements the operator ==.
Syntax
'Declaration
 
Public Operator =( _
   ByVal r1 As LinearRange, _
   ByVal r2 As LinearRange _
) As Boolean
'Usage
 
public bool operator ==( 
   LinearRange r1,
   LinearRange r2
)

Parameters

r1
The r1.
r2
The r2.

Return Value

The result of the operator.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

LinearRange Structure
LinearRange Members

 

 


Copyright © GrapeCity, inc. All rights reserved.