A particular ChangeType can never be raised by this Changeable.

Namespace:  BioSharp.Core.Utils
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
bool IsUnchanging(
	ChangeType ct
)

Parameters

ct
Type: BioSharp.Core.Utils..::.ChangeType
the ChangeType to check

Return Value

true if ChangeEvents of this type are guaranteed to never be fired

Remarks

If this returns true, then it is guaranteed that change events of this type (and all child types) can never under any circumstances be fired by this Changeable instance. If it returns false, that does not mean that this type of event will or even can be raised, but that it is worth registering listeners incase.

See Also