Property IsEmpty
IsEmpty
Returns true if the filter cannot collide with anything, which likely means it was default constructed but not initialized.
Declaration
public bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
bool | True if this object is empty, false if not. |