Click or drag to resize

LiteHelperIsFrameUnique Method

Determines if a frame ID is unique in a tag.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public static bool IsFrameUnique(
	FrameId? id
)

Parameters

id  NullableFrameId

[Missing <param name="id"/> documentation for "M:Orthogonal.NTagLite.LiteHelper.IsFrameUnique(System.Nullable{Orthogonal.NTagLite.FrameId})"]

Return Value

Boolean

[Missing <returns> documentation for "M:Orthogonal.NTagLite.LiteHelper.IsFrameUnique(System.Nullable{Orthogonal.NTagLite.FrameId})"]

See Also