OleDocumentFormat.Equals

OleDocumentFormat.Equals method

Returns a value indicating whether this instance is equal to a specified object.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe object to compare with this instance.

Return Value

true if o is a System.Guid that has the same value as this instance; otherwise, false.

See Also