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