OidShortSamePageAs Method |
Determines if two encoded OidShort have the same Page number
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static bool SamePageAs(
uint id,
uint anId
)
Public Shared Function SamePageAs (
id As UInteger,
anId As UInteger
) As Boolean
public:
static bool SamePageAs(
unsigned int id,
unsigned int anId
)
static member SamePageAs :
id : uint32 *
anId : uint32 -> bool
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