Equals

Equals(ImageType)

Determines whether this instance is equal with specified “ImageType” instance

public bool Equals(ImageType other)
Parameter Type Description
other ImageType Other ImageType instance to check on equality with this

Return Value

True if are equal, false if are unequal

See Also


Equals(object)

Determines whether this instance is equal with specified uncasted object, which presumably is another “ImageType” instance

public override bool Equals(object obj)
Parameter Type Description
obj Object Other System.Object instance, that is presumably of ImageType type, to check on equality with this

Return Value

True if are equal, false if are unequal

See Also