ParseObjectHasSameId Method Parse
A helper function for checking whether two ParseObjects point to the same object in the cloud.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public bool HasSameId(
	ParseObject other
)

Parameters

other
Type: ParseParseObject

Return Value

Type: Boolean
See Also

Reference