Equals()

Encoding::Equals(SharedPtr<Object>) method

Compares encodings.

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

Arguments

ParameterTypeDescription
objSharedPtr<Object>Object to compare to.

Return Value

True if both objects are of same encoding type, false otherwise.

See Also