Find out if Page number is the same in two different UInt64 numbers (encoded Oid)
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static bool SamePageAs(
ulong id,
ulong anId
)
Public Shared Function SamePageAs (
id As ULong,
anId As ULong
) As Boolean
public:
static bool SamePageAs(
unsigned long long id,
unsigned long long anId
)
static member SamePageAs :
id : uint64 *
anId : uint64 -> bool
Parameters
- id
- Type: SystemUInt64
A combined Database number, Page number and page number - anId
- Type: SystemUInt64
Another combined Database number, Page number and skot number
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VelocityDb.Oid.SamePageAs(System.UInt64,System.UInt64)"]
See Also