Equals
Contents
[
Hide
]
Equals(RawSRational, RawSRational)
Compares pair of RawSRational
.
public static bool Equals(RawSRational rational, RawSRational other)
Parameter | Type | Description |
---|---|---|
rational | RawSRational | Comparing item. |
other | RawSRational | Other item. |
Return Value
true
if objects are equal; otherwise false
.
See Also
- class RawSRational
- namespace GroupDocs.Metadata.Formats.Image
- assembly GroupDocs.Metadata
Equals(RawSRational)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(RawSRational other)
Parameter | Type | Description |
---|---|---|
other | RawSRational | An object to compare with this object. |
Return Value
true
if the current object is equal to the other parameter; otherwise, false
.
See Also
- class RawSRational
- namespace GroupDocs.Metadata.Formats.Image
- assembly GroupDocs.Metadata
Equals(object)
Indicates whether the current object is equal to another object of the same type.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | An object to compare with this object. |
Return Value
true
if the current object is equal to the obj parameter; otherwise, false
.
See Also
- class RawSRational
- namespace GroupDocs.Metadata.Formats.Image
- assembly GroupDocs.Metadata