DataUrlInfoEquals(Object) Method

Determines whether obj is a DataUrlInfo structure whose value is equal to that of this instance.

Definition

Namespace: FolkerKinzel.DataUrls
Assembly: FolkerKinzel.DataUrls (in FolkerKinzel.DataUrls.dll) Version: 1.0.0+b1c843815044ca6fd87a144c9ff16386002c6473
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The Object to compare with.

Return Value

Boolean
true if obj is a DataUrlInfo structure whose value is equal to that of this instance; false, otherwise.

See Also