Class SourceFeatureQueryOptions
public sealed record SourceFeatureQueryOptions : IEquatable<SourceFeatureQueryOptions>
- Inheritance
-
SourceFeatureQueryOptions
- Implements
- Inherited Members
Remarks
Compares and hashes by property value, comparing SourceLayerIds element by element. Assigning SourceLayerIds snapshots the caller's list. Keep an instance unmodified while it is a key in a hash-based collection.
Properties
Filter
public byte[]? Filter { get; set; }
Property Value
- byte[]
SourceLayerIds
public IReadOnlyList<string>? SourceLayerIds { get; set; }
Property Value
Methods
Equals(SourceFeatureQueryOptions?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(SourceFeatureQueryOptions? other)
Parameters
otherSourceFeatureQueryOptionsAn object to compare with this object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.