DataUrlInfoEquals(DataUrlInfo) Method

Determines whether the value of this instance is equal to the value of other.

Definition

Namespace: FolkerKinzel.DataUrls
Assembly: FolkerKinzel.DataUrls (in FolkerKinzel.DataUrls.dll) Version: 2.0.7+f420e766440407ca7bfdc5c20bddf380fd0dd65f
C#
public bool Equals(
	DataUrlInfo other
)

Parameters

other  DataUrlInfo
The DataUrlInfo instance to compare with.

Return Value

Boolean
true if this the value of this instance is equal to that of other; false, otherwise.

Implements

IEquatableTEquals(T)

See Also