FrequencyInequality Operator
Implements the operator !=.

Namespace: Aspose.Svg.Drawing
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public static bool operator !=(
	Frequency a,
	Frequency b
)

Parameters

a
Type: Aspose.Svg.DrawingFrequency
The parameter a.
b
Type: Aspose.Svg.DrawingFrequency
The parameter b.

Return Value

Type: Boolean
The result of the operator.
See Also