Section navigation

Public classSealed InetAddressPointInSetQuery

Namespace
Rowles.LeanCorpus.Search.Queries
Assembly
Rowles.LeanCorpus.dll

Matches IPv4 or IPv6 values equal to any supplied address.

public sealed class InetAddressPointInSetQuery : Query, IEquatable<Query>
Inheritance
InetAddressPointInSetQuery
Implements
Inherited Members
Extension Methods

Public constructor InetAddressPointInSetQuery(string, params IPAddress[])

Initialises an IP address point-in-set query.

Public property Addresses

Gets the supplied addresses.

Public property Field

Gets the single field this query targets, or an empty value for fieldless and multi-field queries.

Public method Equals(object?)

Determines whether the specified object is equal to the current object.

Public method GetHashCode()

Serves as the default hash function.

Public method Rewrite()

Rewrites this query to an executable query form. Custom query types can override this to lower themselves to built-in queries.