'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_Equality(
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 equal; otherwise, false.