Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7691277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:35:09+00:00 2026-05-31T20:35:09+00:00

It seems that one, in my opinion mandatory method is missing from TValue; TValue.Equals(TValue).

  • 0

It seems that one, in my opinion mandatory method is missing from TValue; TValue.Equals(TValue).

So whats a fast and decent way of comparing 2 TValues, preferably without the use of TValue.ToString(), which allows false matches between variants, records, etc.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T20:35:10+00:00Added an answer on May 31, 2026 at 8:35 pm

    Delphi-Mocks presents two functions :

    function CompareValue(const Left,Right : TValue): Integer;
    function SameValue(const Left, Right: TValue): Boolean;
    

    With the record helper for TValue you can also do TValue.Equals(TValue);

    Licensed under Apache terms and under permission by Stefan Glienke.

    Here is the original source by Stefan : delphisorcery.

    If you need to extend the functionality for variants, add:

    function TValueHelper.IsVariant: Boolean;
    begin
      Result := TypeInfo = System.TypeInfo(Variant);
    end;
    

    and insert

    if Left.IsVariant and Right.IsVariant then
    begin
      Result := Left.AsVariant = Right.AsVariant;
    end else
    

    after the isString comparison in the SameValue function.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It seems that one template from Products.Five (manage_interfaces) has a bad i18n markup, making
It seems that there are several really fast prime factorization algorithms around (one that
I googled this and it seems that no one has an answer, yet it
It seems to me that one should always properly dispose resources when calling Directory
One thing that seems particularly easy to do in the Flash IDE but difficult
I have a winforms datagridview that seems to always have at least one row
There seems to be a plethora of documentation tools for Python. Another one that
Hey, so this is one of those questions that seems obvious, and I'm probably
My problem seems to be this: heap data allocated by one thread (that later
I`m looking for opinion which one is better for building web applications(web sites). I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.