Click or drag to resize

OidShortSamePageAs Method

Determines if two encoded OidShort have the same Page number

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public static bool SamePageAs(
	uint id,
	uint anId
)

Parameters

id
Type: SystemUInt32

[Missing <param name="id"/> documentation for "M:VelocityDb.OidShort.SamePageAs(System.UInt32,System.UInt32)"]

anId
Type: SystemUInt32

[Missing <param name="anId"/> documentation for "M:VelocityDb.OidShort.SamePageAs(System.UInt32,System.UInt32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VelocityDb.OidShort.SamePageAs(System.UInt32,System.UInt32)"]

See Also