System::Text::UnicodeEncoding::Equals method

UnicodeEncoding::Equals method

Compares encodings.

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

ReturnValue

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

See Also