SyncAnchor::Equals Method (SyncAnchor)

Determines whether two SyncAnchor objects are equal to each other.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
bool Equals(
	SyncAnchor^ other
)

Parameters

other
Type: Microsoft.Synchronization.Data::SyncAnchor
The SyncAnchor object to compare to the first SyncAnchor object.

Return Value

Type: System::Boolean
true if the anchors are equal; otherwise, false.

ExceptionCondition
ArgumentNullException

other is a nullptr.

Performs a byte comparison of the two anchors.

Show: