ShapeConnectionSite.Inequality(ShapeConnectionSite, ShapeConnectionSite) Operator
Compares two ShapeConnectionSite objects to determine whether they are not equal.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
public static bool operator !=(ShapeConnectionSite connection1, ShapeConnectionSite connection2)
Parameters
| Name | Type | Description |
|---|---|---|
| connection1 | ShapeConnectionSite | The first shape connection site to compare. |
| connection2 | ShapeConnectionSite | The second shape connection site to compare. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also