Implements the operator !=.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public static bool operator !=( TextRange r1, TextRange r2 ) |
| Visual Basic |
|---|
Public Shared Operator <> ( _ r1 As TextRange, _ r2 As TextRange _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator !=( TextRange^ r1, TextRange^ r2 ) |
Parameters
- r1
- Type: FirstFloor.Documents..::..TextRange
The r1.
- r2
- Type: FirstFloor.Documents..::..TextRange
The r2.