PathInfoSvgInequality Operator |
Determines if two
PathInfoSvg structures are not equal.
Namespace: Dundas.BI.Utility.MapAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic static bool operator !=(
PathInfoSvg pathInfoSvg1,
PathInfoSvg pathInfoSvg2
)
Public Shared Operator <> (
pathInfoSvg1 As PathInfoSvg,
pathInfoSvg2 As PathInfoSvg
) As Boolean
public:
static bool operator !=(
PathInfoSvg pathInfoSvg1,
PathInfoSvg pathInfoSvg2
)
static let inline (<>)
pathInfoSvg1 : PathInfoSvg *
pathInfoSvg2 : PathInfoSvg : boolParameters
- pathInfoSvg1 PathInfoSvg
- The source PathInfoSvg structure.
- pathInfoSvg2 PathInfoSvg
- The PathInfoSvg structure that is compared to the source.
Return Value
Boolean if the
PathInfoSvg structure are equal, otherwise,
.
See Also