PositionOrigin.Inequality Operator (PositionOrigin, PositionOrigin)

Bing
 

Determines whether two position origins are not equal.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

static let inline (<>)
        origin1:PositionOrigin *
        origin2:PositionOrigin : bool

Parameters

origin1
Type: Microsoft.Maps.MapControl.WPF.PositionOrigin

Gets or sets the x-axis position of the position origin.

origin2
Type: Microsoft.Maps.MapControl.WPF.PositionOrigin

Gets or sets the y-axis position of the position origin.

Return Value

Type: System.Boolean

Returns Boolean.

Return to top
Show: