Equals()

UTF8Encoding::Equals(SharedPtr<Object>) method

Compares with object.

bool System::Text::UTF8Encoding::Equals(SharedPtr<Object> obj) override

Arguments

ParameterTypeDescription
objSharedPtr<Object>Object to compare with.

Return Value

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

See Also