'Declaration Public Operator <>( _
ByVal p1A VintasoftSizeF to test.As VintasoftSizeF, _
ByVal p2A VintasoftSizeF to test.As VintasoftSizeF _
) As Boolean
public bool operator =(
VintasoftSizeF p1,
VintasoftSizeF p2
)
public: bool op_Inequality(
VintasoftSizeF p1,
VintasoftSizeF p2
)
public:
bool operator =(
VintasoftSizeF p1,
VintasoftSizeF p2
)
Parameters
- p1
- A VintasoftSizeF to test.
- p2
- A VintasoftSizeF to test.
Return Value
True if the two VintasoftSizeF objects are different; otherwise, false.