'Declaration Public Operator =( _
ByVal p1The first VintasoftPadding to test.As VintasoftPadding, _
ByVal p2The second VintasoftPadding to test.As VintasoftPadding _
) As Boolean
public bool operator ==(
VintasoftPadding p1,
VintasoftPadding p2
)
public: bool op_Equality(
VintasoftPadding p1,
VintasoftPadding p2
)
public:
bool operator ==(
VintasoftPadding p1,
VintasoftPadding p2
)
Parameters
- p1
- The first VintasoftPadding to test.
- p2
- The second VintasoftPadding to test.
Return Value
true if the two VintasoftPadding objects are equal; otherwise, false.