System::Text::UTF7Encoding::Equals method

UTF7Encoding::Equals method

Compares with object.

bool System::Text::UTF7Encoding::Equals(SharedPtr<Object> obj) override
ParameterTypeDescription
objSharedPtr<Object>Object to compare with.

ReturnValue

True if obj is UTF7Encoding with same parameters, false otherwise.

See Also