ObjectResult.IsObject

ObjectResult.IsObject property

Indicates whether the result is an object.

public bool IsObject { get; }

Return Value

true if the result is an object; otherwise false.

See Also