System::Text::Encoding::Equals method

Encoding::Equals method

Compares encodings.

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

ReturnValue

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

See Also