Version

IsSameAs(Appointment) Method

Returns a boolean value indicating whether the specified appointment is the same as this one.
Syntax
public bool IsSameAs( 
   Appointment appointment
)

Parameters

appointment
The appointment to be compared to this one.

Return Value

True if the appointments are the same.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also