ColumnHashSetFilter.Comparer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IEqualityComparer<T> used by this filter.
public:
property System::Collections::Generic::IEqualityComparer<System::String ^> ^ Comparer { System::Collections::Generic::IEqualityComparer<System::String ^> ^ get(); };
public System.Collections.Generic.IEqualityComparer<string> Comparer { get; }
member this.Comparer : System.Collections.Generic.IEqualityComparer<string>
Public ReadOnly Property Comparer As IEqualityComparer(Of String)
Property Value
Returns IEqualityComparer<T>.