Searches the set for a given value and returns the equal value it finds, if any.
            
            
            Syntax
            
        
            Parameters
- equalValue
 
- The value to search for.
 - actualValue
 
- The value from the set that the search found, or the default value of T when the search yielded no match.
 
            
            Return Value
A value indicating whether the search was successful.
 
            
            
            
            
            
            
            
            
            
            Requirements
 
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also