XImage.IsTheSameObject

XImage.IsTheSameObject method

Returns true if both images references to the same object.

public bool IsTheSameObject(XImage image)
ParameterTypeDescription
imageXImageImage to be compared with “this” image.

Return Value

Boolean value which is true if images references to the same object.

See Also