| StateConfigurationIsMatching Method |
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public bool IsMatching(
StateConfiguration stateConfiguration
)
Public Function IsMatching (
stateConfiguration As StateConfiguration
) As Boolean
public:
bool IsMatching(
StateConfiguration^ stateConfiguration
)
member IsMatching :
stateConfiguration : StateConfiguration -> bool
Parameters
- stateConfiguration
- Type: StaMaStateConfiguration
The StateConfiguration to be checked.
Return Value
Type:
Booleantrue if the given
StateConfiguration is exactly identical or if it
differs only in those slots where the other
StateConfiguration isn't specified for a particular
Region.
false if there are different states for the same
Region slot.
Remarks See Also