Implements the operator ==.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool operator ==(
FontX? x,
FontX? y
)
Parameters
- x FontX
- The x.
- y FontX
- The y.
Return Value
Boolean
The result of the operator.
See Also