DisplayTarget.IsEqual(DisplayTarget) Method

Definition

Determines whether all properties of the target are equivalent to another target, indicating that there has been no change to the target.

public:
 virtual bool IsEqual(DisplayTarget ^ otherTarget) = IsEqual;
bool IsEqual(DisplayTarget const& otherTarget);
public bool IsEqual(DisplayTarget otherTarget);
function isEqual(otherTarget)
Public Function IsEqual (otherTarget As DisplayTarget) As Boolean

Parameters

otherTarget
DisplayTarget

Returns

Boolean

bool

Applies to