EffectsExtension.IsFilter Method

Definition

Overloads

IsFilter(UInt32)

The IsFilter function is used to determine if an object identifier is a valid Filter object.

IsFilter(Int32)

The IsFilter function is used to determine if an object identifier is a valid Filter object.

IsFilter(UInt32)

Important

This API is not CLS-compliant.

The IsFilter function is used to determine if an object identifier is a valid Filter object.

[System.CLSCompliant(false)]
public bool IsFilter (uint fid);
member this.IsFilter : uint32 -> bool

Parameters

fid
UInt32

Effect identifier to validate.

Returns

True if the identifier is a valid Filter, False otherwise.

Attributes

Applies to

IsFilter(Int32)

The IsFilter function is used to determine if an object identifier is a valid Filter object.

public bool IsFilter (int fid);
member this.IsFilter : int -> bool

Parameters

fid
Int32

Effect identifier to validate.

Returns

True if the identifier is a valid Filter, False otherwise.

Applies to