PlotStyleDataInequality
Operator
|
Inequality operator for the PlotStyleData
class.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public static bool operator !=(
PlotStyleData a,
PlotStyleData b
)
Public Shared Operator <> (
a As PlotStyleData,
b As PlotStyleData
) As Boolean
public:
static bool operator !=(
PlotStyleData a,
PlotStyleData b
)
static let inline (<>)
a : PlotStyleData *
b : PlotStyleData : bool
Parameters
- a PlotStyleData
- [in] Left plot style data to compare.
- b PlotStyleData
- [in] Right plot style data to compare.
Return Value
Boolean
true if all properties of the PlotStyleData objects are equal;
otherwise the method returns false.
See Also