'Declaration Public Function Equals( _
ByVal otherAn SvgEncoderSettings to compare with this object.As SvgEncoderSettings _
) As Boolean
public bool Equals(
SvgEncoderSettings other
)
public: bool Equals(
SvgEncoderSettings* other
)
public:
bool Equals(
SvgEncoderSettings^ other
)
Parameters
- other
- An SvgEncoderSettings to compare with this object.
Return Value
True if the current object is equal to the other parameter; otherwise, false.