Equals
Equals(TextFieldAnnotation)
IEquatable Equals メソッドを使用してテキスト フィールド注釈を比較します
public bool Equals(TextFieldAnnotation other)
パラメータ | タイプ | 説明 |
---|---|---|
other | TextFieldAnnotation | 現在のオブジェクトと比較する TextFieldAnnotation オブジェクト |
関連項目
- class TextFieldAnnotation
- 名前空間 GroupDocs.Annotation.Models.AnnotationModels
- 組み立て GroupDocs.Annotation
Equals(object)
標準オブジェクト Equals method を使用してテキスト フィールド注釈を比較します
public override bool Equals(object obj)
パラメータ | タイプ | 説明 |
---|---|---|
obj | Object | 現在のオブジェクトと比較するオブジェクト |