Equals

Equals(ImageAnnotation)

使用 IEquatable Equals 方法比较图像注释

public bool Equals(ImageAnnotation other)
范围 类型 描述
other ImageAnnotation 要与当前对象进行比较的 ImageAnnotation 对象

也可以看看


Equals(object)

使用标准对象 Equals 方法比较图像注释

public override bool Equals(object obj)
范围 类型 描述
obj Object 与当前对象比较的对象

也可以看看