[This is preliminary documentation and is subject to change.]

Overrides the Object.Equals(Object) method for using in comparison of objects in Collections.

Namespace:  OfficeClip.BusinessLayer.Desktop
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public override bool Equals(
	Object o
)
Visual Basic (Declaration)
Public Overrides Function Equals ( _
	o As Object _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Object^ o
) override

Parameters

o
Type: System..::.Object
Object of type MeetingAttendeeInfo.

Return Value

True of equal to this object else false.

See Also