FlagSet..::..Matches Method (FlagSet)

Checks whether all flags match in both flagsets

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

Syntax


public bool Matches(
	FlagSet other
)

Parameters

other
Type: AngbandOS.Core..::..FlagSet
The other flagset to check against

Return Value

True if the flags are the same in both sets