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