Check if the specified change type is unchanging.

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

Syntax

C#
public bool IsUnchanging(
	ChangeType ct
)

Parameters

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

Return Value

Returns true if this will never fire.

See Also