Share via


IMergeableAnnotation.MergeWith(Object) Method

Definition

Merges this annotation with the given annotation and returns a new merged annotation. This method is only expected to succeed if IsCompatibleWith(Object) returns true.

public object MergeWith (object other);
abstract member MergeWith : obj -> obj
Public Function MergeWith (other As Object) As Object

Parameters

other
Object

The annotation to merge with this one.

Returns

A new merged annotation.

Applies to