ReplayIdentity.IsUnique Method (Int32)

Ultimate Replay

ReplayIdentityIsUnique Method (Int32)
Returns true if the specified id is unique or false if not.

Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool IsUnique(
	int id
)

Parameters

id
Type: SystemInt32
The int id to check

Return Value

Type: Boolean

[Missing <returns> documentation for "M:UltimateReplay.Core.ReplayIdentity.IsUnique(System.Int32)"]

See Also