FlagSet..::..Matches Method (FlagSet, UInt32)

Checks whether specific flags match in both flagsets

Namespace:  AngbandOS.Core
Assembly:  AngbandOS.Core (in AngbandOS.Core.dll)

Syntax


public bool Matches(
	FlagSet other,
	uint flags
)

Parameters

other
Type: AngbandOS.Core..::..FlagSet
The other flagset to check against
flags
Type: UInt32
The specific flag or flags to check

Return Value

True if the flags are the same in both sets