Click or drag to resize

ExtensionMethodsIsIn Method

[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.IsIn(WorkZone.Dispatcher.Base.Messages.MessageShipmentProcessState,WorkZone.Dispatcher.Base.Messages.MessageShipmentProcessState[])"]


Namespace: WorkZone.Dispatcher.Base.Messages
Assembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static bool IsIn(
	this MessageShipmentProcessState state,
	params MessageShipmentProcessState[] states
)

Parameters

state  MessageShipmentProcessState

[Missing <param name="state"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.IsIn(WorkZone.Dispatcher.Base.Messages.MessageShipmentProcessState,WorkZone.Dispatcher.Base.Messages.MessageShipmentProcessState[])"]

states  MessageShipmentProcessState

[Missing <param name="states"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.IsIn(WorkZone.Dispatcher.Base.Messages.MessageShipmentProcessState,WorkZone.Dispatcher.Base.Messages.MessageShipmentProcessState[])"]

Return Value

Boolean

[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.IsIn(WorkZone.Dispatcher.Base.Messages.MessageShipmentProcessState,WorkZone.Dispatcher.Base.Messages.MessageShipmentProcessState[])"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type MessageShipmentProcessState. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also