PathLine.Equality(PathLine, PathLine) Operator
Determines whether two PathLine objects are equal.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| line1 | PathLine | The first |
| line2 | PathLine | The second |
Returns
| Type | Description |
|---|---|
| Boolean | true if the specified |
See Also